CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
L1Analysis::L1AnalysisCaloTPDataFormat Struct Reference

#include <L1AnalysisCaloTPDataFormat.h>

Public Member Functions

void Init ()
 
 L1AnalysisCaloTPDataFormat ()
 
void Reset ()
 
 ~L1AnalysisCaloTPDataFormat ()
 

Public Attributes

std::vector< short > ecalTPCaliphi
 
std::vector< short > ecalTPcompEt
 
std::vector< float > ecalTPet
 
std::vector< short > ecalTPfineGrain
 
std::vector< short > ecalTPieta
 
std::vector< short > ecalTPiphi
 
std::vector< short > hcalTPCaliphi
 
std::vector< short > hcalTPcompEt
 
std::vector< float > hcalTPet
 
std::vector< short > hcalTPfineGrain
 
std::vector< short > hcalTPieta
 
std::vector< short > hcalTPiphi
 
short nECALTP
 
short nHCALTP
 

Detailed Description

Definition at line 14 of file L1AnalysisCaloTPDataFormat.h.

Constructor & Destructor Documentation

L1Analysis::L1AnalysisCaloTPDataFormat::L1AnalysisCaloTPDataFormat ( )
inline

Definition at line 15 of file L1AnalysisCaloTPDataFormat.h.

References Reset().

L1Analysis::L1AnalysisCaloTPDataFormat::~L1AnalysisCaloTPDataFormat ( )
inline

Definition at line 16 of file L1AnalysisCaloTPDataFormat.h.

16 {};

Member Function Documentation

void L1Analysis::L1AnalysisCaloTPDataFormat::Init ( void  )
inline

Definition at line 35 of file L1AnalysisCaloTPDataFormat.h.

35 {}
void L1Analysis::L1AnalysisCaloTPDataFormat::Reset ( )
inline

Definition at line 18 of file L1AnalysisCaloTPDataFormat.h.

References ecalTPCaliphi, ecalTPcompEt, ecalTPet, ecalTPfineGrain, ecalTPieta, ecalTPiphi, hcalTPCaliphi, hcalTPcompEt, hcalTPet, hcalTPfineGrain, hcalTPieta, hcalTPiphi, nECALTP, and nHCALTP.

Referenced by L1CaloTowerTreeProducer::analyze(), L1AnalysisCaloTPDataFormat(), and L1Analysis::L1AnalysisCaloTP::Reset().

18  {
19  nHCALTP = 0;
20  hcalTPieta.clear();
21  hcalTPiphi.clear();
22  hcalTPCaliphi.clear();
23  hcalTPet.clear();
24  hcalTPcompEt.clear();
25  hcalTPfineGrain.clear();
26  nECALTP = 0;
27  ecalTPieta.clear();
28  ecalTPiphi.clear();
29  ecalTPCaliphi.clear();
30  ecalTPet.clear();
31  ecalTPcompEt.clear();
32  ecalTPfineGrain.clear();
33  }

Member Data Documentation

std::vector<short> L1Analysis::L1AnalysisCaloTPDataFormat::ecalTPCaliphi
std::vector<short> L1Analysis::L1AnalysisCaloTPDataFormat::ecalTPcompEt
std::vector<float> L1Analysis::L1AnalysisCaloTPDataFormat::ecalTPet
std::vector<short> L1Analysis::L1AnalysisCaloTPDataFormat::ecalTPfineGrain
std::vector<short> L1Analysis::L1AnalysisCaloTPDataFormat::ecalTPieta
std::vector<short> L1Analysis::L1AnalysisCaloTPDataFormat::ecalTPiphi
std::vector<short> L1Analysis::L1AnalysisCaloTPDataFormat::hcalTPCaliphi
std::vector<short> L1Analysis::L1AnalysisCaloTPDataFormat::hcalTPcompEt
std::vector<float> L1Analysis::L1AnalysisCaloTPDataFormat::hcalTPet
std::vector<short> L1Analysis::L1AnalysisCaloTPDataFormat::hcalTPfineGrain
std::vector<short> L1Analysis::L1AnalysisCaloTPDataFormat::hcalTPieta
std::vector<short> L1Analysis::L1AnalysisCaloTPDataFormat::hcalTPiphi
short L1Analysis::L1AnalysisCaloTPDataFormat::nECALTP
short L1Analysis::L1AnalysisCaloTPDataFormat::nHCALTP