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

◆ L1AnalysisCaloTPDataFormat()

L1Analysis::L1AnalysisCaloTPDataFormat::L1AnalysisCaloTPDataFormat ( )
inline

Definition at line 15 of file L1AnalysisCaloTPDataFormat.h.

15 { Reset(); };

References Reset().

◆ ~L1AnalysisCaloTPDataFormat()

L1Analysis::L1AnalysisCaloTPDataFormat::~L1AnalysisCaloTPDataFormat ( )
inline

Definition at line 16 of file L1AnalysisCaloTPDataFormat.h.

16 {};

Member Function Documentation

◆ Init()

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

Definition at line 35 of file L1AnalysisCaloTPDataFormat.h.

35 {}

◆ Reset()

void L1Analysis::L1AnalysisCaloTPDataFormat::Reset ( )
inline

Definition at line 18 of file L1AnalysisCaloTPDataFormat.h.

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  }

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().

Member Data Documentation

◆ ecalTPCaliphi

std::vector<short> L1Analysis::L1AnalysisCaloTPDataFormat::ecalTPCaliphi

Definition at line 48 of file L1AnalysisCaloTPDataFormat.h.

Referenced by L1CaloTowerTreeProducer::analyze(), and Reset().

◆ ecalTPcompEt

std::vector<short> L1Analysis::L1AnalysisCaloTPDataFormat::ecalTPcompEt

Definition at line 50 of file L1AnalysisCaloTPDataFormat.h.

Referenced by L1CaloTowerTreeProducer::analyze(), and Reset().

◆ ecalTPet

std::vector<float> L1Analysis::L1AnalysisCaloTPDataFormat::ecalTPet

Definition at line 49 of file L1AnalysisCaloTPDataFormat.h.

Referenced by L1CaloTowerTreeProducer::analyze(), and Reset().

◆ ecalTPfineGrain

std::vector<short> L1Analysis::L1AnalysisCaloTPDataFormat::ecalTPfineGrain

Definition at line 51 of file L1AnalysisCaloTPDataFormat.h.

Referenced by L1CaloTowerTreeProducer::analyze(), and Reset().

◆ ecalTPieta

std::vector<short> L1Analysis::L1AnalysisCaloTPDataFormat::ecalTPieta

Definition at line 46 of file L1AnalysisCaloTPDataFormat.h.

Referenced by L1CaloTowerTreeProducer::analyze(), and Reset().

◆ ecalTPiphi

std::vector<short> L1Analysis::L1AnalysisCaloTPDataFormat::ecalTPiphi

Definition at line 47 of file L1AnalysisCaloTPDataFormat.h.

Referenced by L1CaloTowerTreeProducer::analyze(), and Reset().

◆ hcalTPCaliphi

std::vector<short> L1Analysis::L1AnalysisCaloTPDataFormat::hcalTPCaliphi

Definition at line 40 of file L1AnalysisCaloTPDataFormat.h.

Referenced by L1CaloTowerTreeProducer::analyze(), and Reset().

◆ hcalTPcompEt

std::vector<short> L1Analysis::L1AnalysisCaloTPDataFormat::hcalTPcompEt

Definition at line 42 of file L1AnalysisCaloTPDataFormat.h.

Referenced by L1CaloTowerTreeProducer::analyze(), and Reset().

◆ hcalTPet

std::vector<float> L1Analysis::L1AnalysisCaloTPDataFormat::hcalTPet

Definition at line 41 of file L1AnalysisCaloTPDataFormat.h.

Referenced by L1CaloTowerTreeProducer::analyze(), and Reset().

◆ hcalTPfineGrain

std::vector<short> L1Analysis::L1AnalysisCaloTPDataFormat::hcalTPfineGrain

Definition at line 43 of file L1AnalysisCaloTPDataFormat.h.

Referenced by L1CaloTowerTreeProducer::analyze(), and Reset().

◆ hcalTPieta

std::vector<short> L1Analysis::L1AnalysisCaloTPDataFormat::hcalTPieta

Definition at line 38 of file L1AnalysisCaloTPDataFormat.h.

Referenced by L1CaloTowerTreeProducer::analyze(), and Reset().

◆ hcalTPiphi

std::vector<short> L1Analysis::L1AnalysisCaloTPDataFormat::hcalTPiphi

Definition at line 39 of file L1AnalysisCaloTPDataFormat.h.

Referenced by L1CaloTowerTreeProducer::analyze(), and Reset().

◆ nECALTP

short L1Analysis::L1AnalysisCaloTPDataFormat::nECALTP

Definition at line 45 of file L1AnalysisCaloTPDataFormat.h.

Referenced by L1CaloTowerTreeProducer::analyze(), and Reset().

◆ nHCALTP

short L1Analysis::L1AnalysisCaloTPDataFormat::nHCALTP

Definition at line 37 of file L1AnalysisCaloTPDataFormat.h.

Referenced by L1CaloTowerTreeProducer::analyze(), and Reset().

L1Analysis::L1AnalysisCaloTPDataFormat::hcalTPiphi
std::vector< short > hcalTPiphi
Definition: L1AnalysisCaloTPDataFormat.h:39
L1Analysis::L1AnalysisCaloTPDataFormat::nECALTP
short nECALTP
Definition: L1AnalysisCaloTPDataFormat.h:45
L1Analysis::L1AnalysisCaloTPDataFormat::Reset
void Reset()
Definition: L1AnalysisCaloTPDataFormat.h:18
L1Analysis::L1AnalysisCaloTPDataFormat::hcalTPcompEt
std::vector< short > hcalTPcompEt
Definition: L1AnalysisCaloTPDataFormat.h:42
L1Analysis::L1AnalysisCaloTPDataFormat::nHCALTP
short nHCALTP
Definition: L1AnalysisCaloTPDataFormat.h:37
L1Analysis::L1AnalysisCaloTPDataFormat::ecalTPCaliphi
std::vector< short > ecalTPCaliphi
Definition: L1AnalysisCaloTPDataFormat.h:48
L1Analysis::L1AnalysisCaloTPDataFormat::hcalTPet
std::vector< float > hcalTPet
Definition: L1AnalysisCaloTPDataFormat.h:41
L1Analysis::L1AnalysisCaloTPDataFormat::hcalTPCaliphi
std::vector< short > hcalTPCaliphi
Definition: L1AnalysisCaloTPDataFormat.h:40
L1Analysis::L1AnalysisCaloTPDataFormat::ecalTPet
std::vector< float > ecalTPet
Definition: L1AnalysisCaloTPDataFormat.h:49
L1Analysis::L1AnalysisCaloTPDataFormat::ecalTPiphi
std::vector< short > ecalTPiphi
Definition: L1AnalysisCaloTPDataFormat.h:47
L1Analysis::L1AnalysisCaloTPDataFormat::hcalTPfineGrain
std::vector< short > hcalTPfineGrain
Definition: L1AnalysisCaloTPDataFormat.h:43
L1Analysis::L1AnalysisCaloTPDataFormat::hcalTPieta
std::vector< short > hcalTPieta
Definition: L1AnalysisCaloTPDataFormat.h:38
L1Analysis::L1AnalysisCaloTPDataFormat::ecalTPieta
std::vector< short > ecalTPieta
Definition: L1AnalysisCaloTPDataFormat.h:46
L1Analysis::L1AnalysisCaloTPDataFormat::ecalTPcompEt
std::vector< short > ecalTPcompEt
Definition: L1AnalysisCaloTPDataFormat.h:50
L1Analysis::L1AnalysisCaloTPDataFormat::ecalTPfineGrain
std::vector< short > ecalTPfineGrain
Definition: L1AnalysisCaloTPDataFormat.h:51