Heavy ion Analysis Libriares
Loading...
Searching...
No Matches
EventPhiCut.cxx
1
/*
2
* EventPhiCut.cxx
3
*
4
* Created on: 18-03-2014
5
* Author: wielanek
6
*/
7
8
#include "EventPhiCut.h"
9
10
#include "Event.h"
11
12
namespace
Hal
{
13
EventPhiCut::EventPhiCut() : EventCut(1) { SetUnitName(
"Event #phi [radians]"
); }
14
15
Bool_t EventPhiCut::Pass(
Event
* event) {
16
SetValue(event->
GetPhi
());
17
return
Validate();
18
}
19
20
EventPhiCut::~EventPhiCut() {
21
// TODO Auto-generated destructor stub
22
}
23
}
// namespace Hal
Hal::Event
Definition
Event.h:50
Hal::Event::GetPhi
Double_t GetPhi() const
Definition
Event.h:251
Hal
Definition
EventAnaChain.cxx:28
cuts
eventcuts
general
EventPhiCut.cxx
Generated on Wed Oct 23 2024 15:07:51 for Heavy ion Analysis Libriares by
1.12.0