#include <DTSectCollId.h>
Public Member Functions | |
DTSectCollId () | |
DTSectCollId (int wheel_id, int sector_id) | |
DTSectCollId (const DTSectCollId &statId) | |
bool | operator!= (const DTSectCollId &) const |
bool | operator< (const DTSectCollId &) const |
DTSectCollId & | operator= (const DTSectCollId &) |
bool | operator== (const DTSectCollId &) const |
int | sector () const |
int | wheel () const |
Private Attributes | |
int | _sector |
int | _wheel |
Definition of a Sector Coollector
Definition at line 18 of file DTSectCollId.h.
|
inline |
Definition at line 22 of file DTSectCollId.h.
|
inline |
Definition at line 26 of file DTSectCollId.h.
|
inline |
Definition at line 32 of file DTSectCollId.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 41 of file DTSectCollId.h.
References _sector.
Referenced by DTTrig::createTUs(), DTConfigManager::getDTConfigSectColl(), geometryXMLparser.DTAlignable::index(), DTTrig::SCUnit(), and DTTrig::triggerReco().
|
inline |
Definition at line 40 of file DTSectCollId.h.
References _wheel.
Referenced by DTTrig::createTUs(), DTConfigManager::getDTConfigSectColl(), geometryXMLparser.DTAlignable::index(), and DTTrig::SCUnit().
|
private |
Definition at line 51 of file DTSectCollId.h.
Referenced by sector().
|
private |
Definition at line 50 of file DTSectCollId.h.
Referenced by wheel().