CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Attributes
l1t::MuonCaloSum Class Reference

#include <MuonCaloSum.h>

Public Member Functions

const int etBits () const
 
const int hwEta () const
 
const int hwPhi () const
 
const int index () const
 
 MuonCaloSum ()
 
 MuonCaloSum (int pt, int phi, int eta, int index)
 
void setEtaBits (int bits)
 
void setEtBits (int bits)
 
void setIndex (int idx)
 
void setPhiBits (int bits)
 
virtual ~MuonCaloSum ()
 

Private Attributes

int m_etBits
 
int m_hwEta
 
int m_hwPhi
 
int m_index
 

Detailed Description

Definition at line 7 of file MuonCaloSum.h.

Constructor & Destructor Documentation

l1t::MuonCaloSum::MuonCaloSum ( )
inline

Definition at line 9 of file MuonCaloSum.h.

9  :
10  m_etBits(0), m_hwPhi(0), m_hwEta(0), m_index(0) {};
l1t::MuonCaloSum::MuonCaloSum ( int  pt,
int  phi,
int  eta,
int  index 
)
inline

Definition at line 12 of file MuonCaloSum.h.

virtual l1t::MuonCaloSum::~MuonCaloSum ( )
inlinevirtual

Definition at line 15 of file MuonCaloSum.h.

15 {};

Member Function Documentation

const int l1t::MuonCaloSum::etBits ( ) const
inline

Definition at line 22 of file MuonCaloSum.h.

References m_etBits.

Referenced by L1TMuonCaloSumProducer::produce().

22 { return m_etBits; };
const int l1t::MuonCaloSum::hwEta ( ) const
inline

Definition at line 24 of file MuonCaloSum.h.

References m_hwEta.

24 { return m_hwEta; };
const int l1t::MuonCaloSum::hwPhi ( ) const
inline

Definition at line 23 of file MuonCaloSum.h.

References m_hwPhi.

23 { return m_hwPhi; };
const int l1t::MuonCaloSum::index ( ) const
inline

Definition at line 25 of file MuonCaloSum.h.

Referenced by BeautifulSoup.PageElement::_invert().

25 { return m_index; };
void l1t::MuonCaloSum::setEtaBits ( int  bits)
inline

Definition at line 19 of file MuonCaloSum.h.

References bits, and m_hwEta.

19 { m_hwEta = bits; };
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision bits
void l1t::MuonCaloSum::setEtBits ( int  bits)
inline

Definition at line 17 of file MuonCaloSum.h.

References bits, and m_etBits.

Referenced by L1TMuonCaloSumProducer::produce().

17 { m_etBits = bits; };
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision bits
void l1t::MuonCaloSum::setIndex ( int  idx)
inline

Definition at line 20 of file MuonCaloSum.h.

References customizeTrackingMonitorSeedNumber::idx, and m_index.

20 { m_index = idx; };
tuple idx
DEBUGGING if hasattr(process,&quot;trackMonIterativeTracking2012&quot;): print &quot;trackMonIterativeTracking2012 D...
void l1t::MuonCaloSum::setPhiBits ( int  bits)
inline

Definition at line 18 of file MuonCaloSum.h.

References bits, and m_hwPhi.

18 { m_hwPhi = bits; };
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision bits

Member Data Documentation

int l1t::MuonCaloSum::m_etBits
private

Definition at line 25 of file MuonCaloSum.h.

Referenced by etBits(), and setEtBits().

int l1t::MuonCaloSum::m_hwEta
private

Definition at line 30 of file MuonCaloSum.h.

Referenced by hwEta(), and setEtaBits().

int l1t::MuonCaloSum::m_hwPhi
private

Definition at line 29 of file MuonCaloSum.h.

Referenced by hwPhi(), and setPhiBits().

int l1t::MuonCaloSum::m_index
private

Definition at line 31 of file MuonCaloSum.h.

Referenced by setIndex().