4 bool oneNominalOutOfTime,
6 bool twoLooseOutOfTime,
9 bool oneTightOutOfTime)
10 : isOneNominalInTime_(oneNominalInTime),
11 isOneNominalOutOfTime_(oneNominalOutOfTime),
12 isOneTightInTime_(oneTightInTime),
13 isOneTightOutOfTime_(oneTightOutOfTime),
14 isTwoLooseInTime_(twoLooseInTime),
15 isTwoLooseOutOfTime_(twoLooseOutOfTime),
16 isOneLooseInTime_(oneLooseInTime),
24 trackFinder_ = trackFinder;
25 processor_ = processor;
27 switch (trackFinder_) {
29 link_ = processor_ + 36;
32 link_ = processor_ + 42;
35 link_ = processor_ + 48;
38 link_ = processor_ + 60;
41 link_ = processor_ + 66;
46 return (isOneNominalInTime_
or isTwoLooseInTime_
or isOneTightInTime_
or isOneLooseInTime_);
bool isTwoLooseInTime() const
bool isOneTightInTime() const
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e< void, edm::EventID const &, edm::Timestamp const & > We also list in braces which AR_WATCH_USING_METHOD_ is used for those or
bool isOneNominalInTime() const
bool operator==(const l1t::RegionalMuonShower &rhs) const
bool isOneLooseInTime() const
void setTFIdentifiers(int processor, tftype trackFinder)
Set the processor ID, track-finder type. From these two, the link is set.
RegionalMuonShower(bool oneNominalInTime=false, bool oneNominalOutOfTime=false, bool twoLooseInTime=false, bool twoLooseOutOfTime=false, bool oneLooseInTime=false, bool oneTightInTime=false, bool oneTightOutOfTime=false)