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::GMTInputCaloSum Class Reference

#include <GMTInputCaloSum.h>

Public Member Functions

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

Private Attributes

int m_etBits
 
int m_hwEta
 
int m_hwPhi
 
int m_index
 

Detailed Description

Definition at line 10 of file GMTInputCaloSum.h.

Constructor & Destructor Documentation

l1t::GMTInputCaloSum::GMTInputCaloSum ( )
inline
l1t::GMTInputCaloSum::GMTInputCaloSum ( int  pt,
int  phi,
int  eta,
int  index 
)
inline
virtual l1t::GMTInputCaloSum::~GMTInputCaloSum ( )
inlinevirtual

Definition at line 18 of file GMTInputCaloSum.h.

18 {};

Member Function Documentation

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

Definition at line 25 of file GMTInputCaloSum.h.

References m_etBits.

Referenced by L1TMicroGMTCaloInputProducer::produce().

25 { return m_etBits; };
const int l1t::GMTInputCaloSum::hwEta ( ) const
inline

Definition at line 27 of file GMTInputCaloSum.h.

References m_hwEta.

27 { return m_hwEta; };
const int l1t::GMTInputCaloSum::hwPhi ( ) const
inline

Definition at line 26 of file GMTInputCaloSum.h.

References m_hwPhi.

26 { return m_hwPhi; };
const int l1t::GMTInputCaloSum::index ( ) const
inline

Definition at line 28 of file GMTInputCaloSum.h.

Referenced by BeautifulSoup.PageElement::_invert().

28 { return m_index; };
void l1t::GMTInputCaloSum::setEtaBits ( int  bits)
inline

Definition at line 22 of file GMTInputCaloSum.h.

References bits, and m_hwEta.

22 { 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::GMTInputCaloSum::setEtBits ( int  bits)
inline

Definition at line 20 of file GMTInputCaloSum.h.

References bits, and m_etBits.

Referenced by L1TMicroGMTCaloInputProducer::produce().

20 { 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::GMTInputCaloSum::setIndex ( int  idx)
inline

Definition at line 23 of file GMTInputCaloSum.h.

References customizeTrackingMonitorSeedNumber::idx, and m_index.

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

Definition at line 21 of file GMTInputCaloSum.h.

References bits, and m_hwPhi.

21 { 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::GMTInputCaloSum::m_etBits
private

Definition at line 28 of file GMTInputCaloSum.h.

Referenced by etBits(), and setEtBits().

int l1t::GMTInputCaloSum::m_hwEta
private

Definition at line 33 of file GMTInputCaloSum.h.

Referenced by hwEta(), and setEtaBits().

int l1t::GMTInputCaloSum::m_hwPhi
private

Definition at line 32 of file GMTInputCaloSum.h.

Referenced by hwPhi(), and setPhiBits().

int l1t::GMTInputCaloSum::m_index
private

Definition at line 34 of file GMTInputCaloSum.h.

Referenced by setIndex().