int nHTrig(int step)
Return number of DTBtiChip fired with a HTRIG (used by DTTracoChip)
BitArray< DTConfigTSTheta::NCELLTH > _trig[DTConfigTSTheta::NSTEPL-DTConfigTSTheta::NSTEPF+1]
void add_btiT(int step, const DTBtiTrigData *btitrig)
Add a DTBtiChip L1Trigger to the DTTSTheta.
std::vector< DTChambThSegm > DTChambThVector
LocalPoint localPosition(const DTTrigData *) const
Local position in chamber of a L1Trigger-data object.
int _ntrig[DTConfigTSTheta::NSTEPL-DTConfigTSTheta::NSTEPF+1]
void runDTTSTheta()
run DTTSTheta algorithm (build the mask)
const DTChambThSegm * segment(int step, unsigned n)
Return the requested DTTSTheta segment (only the first)
BitArray< DTConfigTSTheta::NCELLTH > * btiMask(int step) const
Return the BitArray of DTBtiChip fired.
LocalVector localDirection(const DTTrigData *) const
Local direction in chamber of a L1Trigger-data object.
const DTConfigTSTheta * config() const
Return configuration.
int _nHtrig[DTConfigTSTheta::NSTEPL-DTConfigTSTheta::NSTEPF+1]
void print(const DTTrigData *trig) const
Print a L1Trigger-data object with also local and global position/direction.
BitArray< DTConfigTSTheta::NCELLTH > * btiQual(int step) const
Return the BitArray of DTBtiChip fired with a HTRIG.
int nSegm(int step)
Return number of TStheta segments (just 1)
static const int NSTEPL
Constants: first and last step to start trigger finding.
DTCache< DTChambThSegm, DTChambThVector > DTTSThetaManager
void reconstruct()
Load BTIs triggers and run TSTheta algoritm.
BitArray< DTConfigTSTheta::NCELLTH > _Htrig[DTConfigTSTheta::NSTEPL-DTConfigTSTheta::NSTEPF+1]
void setConfig(const DTConfigManager *conf)
Set configuration.
void loadDTTSTheta()
store DTBtiChip L1Triggers in the TST
const DTConfigTSTheta * _config
int nTrig(int step)
Return number of DTBtiChip fired (used by DTTracoChip)
DTTSTheta(DTTrigGeom *, DTBtiCard *)
Constructor.