#include <DTTSPhi.h>
Public Member Functions | |
const DTConfigTSPhi * | config () const |
Return the configuration class. More... | |
DTTSPhi (DTTrigGeom *, DTTracoCard *) | |
Constructor. More... | |
LocalVector | localDirection (const DTTrigData *) const |
Local direction in chamber of a trigger-data object. More... | |
LocalPoint | localPosition (const DTTrigData *) const |
Local position in chamber of a trigger-data object. More... | |
int | nSegm (int step) |
Return number of DTTSPhi segments. More... | |
virtual void | reconstruct () |
Load TRACO triggers and run TSPhi algorithm. More... | |
const DTChambPhSegm * | segment (int step, unsigned n) |
Return the requested DTTSPhi segment. More... | |
void | setConfig (const DTConfigManager *conf) |
Set configuration. More... | |
~DTTSPhi () | |
Destructor. More... | |
Public Member Functions inherited from DTCache< T, Coll > | |
const_iterator | begin () const |
Get first cache element. More... | |
void | clearCache () |
Clear cache vector. More... | |
DTCache () | |
Constructor. More... | |
const_iterator | end () const |
Get last cache element. More... | |
int | size () const |
Get cache vector's size. More... | |
virtual | ~DTCache () |
Destructor. More... | |
Public Member Functions inherited from DTGeomSupplier | |
DTChamberId | ChamberId () const |
Identifier of the associated chamber. More... | |
GlobalVector | CMSDirection (const DTTrigData *trig) const |
CMS direction in chamber of a trigger -data object. More... | |
GlobalPoint | CMSPosition (const DTTrigData *trig) const |
CMS position in chamber of a trigger-data object. More... | |
DTGeomSupplier (DTTrigGeom *geom) | |
Constructor. More... | |
DTTrigGeom * | geom () const |
Associated geometry. More... | |
virtual void | print (const DTTrigData *trig) const |
Print a trigger-data object with also local and global position/direction. More... | |
int | sector () const |
Return sector number. More... | |
const DTChamber * | stat () const |
Associated chamber. More... | |
int | station () const |
Return station number. More... | |
int | wheel () const |
Return wheel number. More... | |
virtual | ~DTGeomSupplier () |
Destructor. More... | |
Private Member Functions | |
void | addTracoT (int step, const DTTracoTrigData *tracotrig, int ifs) |
Add a DTTracoChip trigger to the DTTSPhi, ifs is track number (first or second) More... | |
DTTSM * | getDTTSM (int step, unsigned n) const |
DTTSS * | getDTTSS (int step, unsigned n) const |
void | ignoreSecondTrack (int step, int tracon) |
Set a flag to ignore second tracks (if first track at following BX) More... | |
void | loadTSPhi () |
store DTTracoChip triggers in the DTTSS's More... | |
void | localClear () |
Clear. More... | |
void | runTSPhi () |
run DTTSPhi algorithm (DTTSS+DTTSM) More... | |
Private Attributes | |
const DTConfigTSPhi * | _config |
std::vector< DTTSCand * > | _tctrig [DTConfigTSPhi::NSTEPL-DTConfigTSPhi::NSTEPF+1] |
DTTracoCard * | _tracocard |
std::vector< DTTSM * > | _tsm [DTConfigTSPhi::NSTEPL-DTConfigTSPhi::NSTEPF+1] |
std::vector< DTTSS * > | _tss [DTConfigTSPhi::NSTEPL-DTConfigTSPhi::NSTEPF+1] |
Additional Inherited Members | |
Public Types inherited from DTCache< T, Coll > | |
typedef my_collection::const_iterator | const_iterator |
typedef my_collection::iterator | iterator |
typedef Coll | my_collection |
typedef T | my_type |
Protected Attributes inherited from DTCache< T, Coll > | |
my_collection | _cache |
Protected Attributes inherited from DTGeomSupplier | |
DTTrigGeom * | _geom |
DTTSPhi::DTTSPhi | ( | DTTrigGeom * | geom, |
DTTracoCard * | tracocard | ||
) |
Constructor.
Definition at line 44 of file DTTSPhi.cc.
DTTSPhi::~DTTSPhi | ( | ) |
Destructor.
Definition at line 75 of file DTTSPhi.cc.
|
private |
Add a DTTracoChip trigger to the DTTSPhi, ifs is track number (first or second)
Definition at line 181 of file DTTSPhi.cc.
|
inline |
|
private |
Definition at line 481 of file DTTSPhi.cc.
|
private |
Definition at line 460 of file DTTSPhi.cc.
|
private |
Set a flag to ignore second tracks (if first track at following BX)
Definition at line 428 of file DTTSPhi.cc.
|
private |
store DTTracoChip triggers in the DTTSS's
Definition at line 150 of file DTTSPhi.cc.
Referenced by reconstruct().
|
private |
Clear.
Definition at line 105 of file DTTSPhi.cc.
|
virtual |
Local direction in chamber of a trigger-data object.
Implements DTGeomSupplier.
Definition at line 532 of file DTTSPhi.cc.
|
virtual |
Local position in chamber of a trigger-data object.
Implements DTGeomSupplier.
Definition at line 520 of file DTTSPhi.cc.
int DTTSPhi::nSegm | ( | int | step | ) |
Return number of DTTSPhi segments.
Definition at line 500 of file DTTSPhi.cc.
Referenced by DTSCTrigUnit::nPhiSegm().
|
inlinevirtual |
Load TRACO triggers and run TSPhi algorithm.
Reimplemented from DTCache< T, Coll >.
Definition at line 82 of file DTTSPhi.h.
References loadTSPhi(), and runTSPhi().
|
private |
run DTTSPhi algorithm (DTTSS+DTTSM)
Definition at line 235 of file DTTSPhi.cc.
Referenced by reconstruct().
const DTChambPhSegm * DTTSPhi::segment | ( | int | step, |
unsigned | n | ||
) |
Return the requested DTTSPhi segment.
Definition at line 510 of file DTTSPhi.cc.
Referenced by DTSCTrigUnit::phiSegment().
void DTTSPhi::setConfig | ( | const DTConfigManager * | conf | ) |
Set configuration.
Definition at line 127 of file DTTSPhi.cc.
Referenced by DTSCTrigUnit::setConfig().
|
private |
|
private |
|
private |
|
private |
|
private |