CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RegionalMuonShower.cc
Go to the documentation of this file.
2 
4  bool oneNominalOutOfTime,
5  bool twoLooseInTime,
6  bool twoLooseOutOfTime,
7  bool oneTightInTime,
8  bool oneTightOutOfTime)
9  : isOneNominalInTime_(oneNominalInTime),
10  isOneNominalOutOfTime_(oneNominalOutOfTime),
11  isOneTightInTime_(oneTightInTime),
12  isOneTightOutOfTime_(oneTightOutOfTime),
13  isTwoLooseInTime_(twoLooseInTime),
14  isTwoLooseOutOfTime_(twoLooseOutOfTime),
15  endcap_(0),
16  sector_(0),
17  link_(0) {}
18 
20 
22  return (isOneNominalInTime_ or isTwoLooseInTime_ or isOneTightInTime_);
23 }
24 
26  return (isTwoLooseInTime_ == rhs.isTwoLooseInTime() and isOneNominalInTime_ == rhs.isOneNominalInTime() and
27  isOneTightInTime_ == rhs.isOneTightInTime());
28 }
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::EventIDconst &, edm::Timestampconst & > We also list in braces which AR_WATCH_USING_METHOD_ is used for those or
Definition: Activities.doc:12
RegionalMuonShower(bool oneNominalInTime=false, bool oneNominalOutOfTime=false, bool twoLooseInTime=false, bool twoLooseOutOfTime=false, bool oneTightInTime=false, bool oneTightOutOfTime=false)
bool isOneNominalInTime() const
bool operator==(const l1t::RegionalMuonShower &rhs) const