#include <DTSectCollThCand.h>
Public Member Functions | |
void | clear () |
Clear the trigger. More... | |
int | CoarseSync () const |
Return the Coarse Sync Parameter. More... | |
const DTConfigSectColl * | config () const |
Configuration set. More... | |
DTSectCollThCand (DTSC *, const DTChambThSegm *) | |
DTSectCollThCand () | |
Constructor. More... | |
DTSectCollThCand (const DTSectCollThCand &tsccand) | |
Constructor. More... | |
DTSectCollThCand & | operator= (const DTSectCollThCand &tsccand) |
Assignment operator. More... | |
void | print () const |
Print the trigger. More... | |
DTSC * | tsc () const |
Return the DTTSS. More... | |
const DTChambThSegm * | tsTr () const |
Return associated TSTheta trigger. More... | |
~DTSectCollThCand () | |
Destructor. More... | |
Private Attributes | |
DTSC * | _tsc |
const DTChambThSegm * | _tstsegm |
DTSectCollThCand.h A Trigger Server Theta Candidate
C. Battilana
Definition at line 31 of file DTSectCollThCand.h.
DTSectCollThCand::DTSectCollThCand | ( | DTSC * | tsc, |
const DTChambThSegm * | tstsegm | ||
) |
Definition at line 29 of file DTSectCollThCand.cc.
DTSectCollThCand::DTSectCollThCand | ( | ) |
DTSectCollThCand::DTSectCollThCand | ( | const DTSectCollThCand & | tsccand | ) |
Constructor.
DTSectCollThCand::~DTSectCollThCand | ( | ) |
|
inline |
int DTSectCollThCand::CoarseSync | ( | ) | const |
Return the Coarse Sync Parameter.
Definition at line 52 of file DTSectCollThCand.cc.
References _tstsegm, DTChambThSegm::ChamberId(), DTConfigSectColl::CoarseSync(), config(), gather_cfg::cout, edm_modernize_messagelogger::stat, and DTChamberId::station().
Referenced by print(), and DTSectColl::runSectColl().
|
inline |
Configuration set.
Definition at line 55 of file DTSectCollThCand.h.
References _tsc, and DTSC::config().
Referenced by CoarseSync(), and zMuMuValidation.ZMuMuValidation::trackcollection().
DTSectCollThCand & DTSectCollThCand::operator= | ( | const DTSectCollThCand & | tsccand | ) |
Assignment operator.
Definition at line 42 of file DTSectCollThCand.cc.
References _tsc, and _tstsegm.
void DTSectCollThCand::print | ( | void | ) | const |
Print the trigger.
Definition at line 62 of file DTSectCollThCand.cc.
References _tstsegm, CoarseSync(), gather_cfg::cout, DTChambThSegm::print(), and DTChambThSegm::step().
|
inline |
|
inline |
Return associated TSTheta trigger.
Definition at line 61 of file DTSectCollThCand.h.
References _tstsegm.
Referenced by DTSectColl::runSectColl().
|
private |
Definition at line 70 of file DTSectCollThCand.h.
Referenced by config(), operator=(), and tsc().
|
private |
Definition at line 71 of file DTSectCollThCand.h.
Referenced by clear(), CoarseSync(), operator=(), print(), and tsTr().