CMS 3D CMS Logo

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

#include <L1AnalysisL1CaloTowerDataFormat.h>

Public Member Functions

void Init ()
 
 L1AnalysisL1CaloTowerDataFormat ()
 
void Reset ()
 
 ~L1AnalysisL1CaloTowerDataFormat ()
 

Public Attributes

std::vector< float > et
 
std::vector< float > eta
 
std::vector< short > iem
 
std::vector< short > iet
 
std::vector< short > ieta
 
std::vector< short > ihad
 
std::vector< short > iphi
 
std::vector< short > iqual
 
std::vector< short > iratio
 
short nTower
 
std::vector< float > phi
 

Detailed Description

Definition at line 15 of file L1AnalysisL1CaloTowerDataFormat.h.

Constructor & Destructor Documentation

L1Analysis::L1AnalysisL1CaloTowerDataFormat::L1AnalysisL1CaloTowerDataFormat ( )
inline
L1Analysis::L1AnalysisL1CaloTowerDataFormat::~L1AnalysisL1CaloTowerDataFormat ( )
inline

Definition at line 18 of file L1AnalysisL1CaloTowerDataFormat.h.

18 {};

Member Function Documentation

void L1Analysis::L1AnalysisL1CaloTowerDataFormat::Init ( void  )
inline

Definition at line 35 of file L1AnalysisL1CaloTowerDataFormat.h.

35  {
36 
37  }
void L1Analysis::L1AnalysisL1CaloTowerDataFormat::Reset ( )
inline

Definition at line 21 of file L1AnalysisL1CaloTowerDataFormat.h.

References et, eta, iem, iet, ieta, ihad, iphi, iqual, iratio, nTower, and phi.

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

21  {
22  nTower = 0;
23  ieta.clear();
24  iphi.clear();
25  iet.clear();
26  iem.clear();
27  ihad.clear();
28  iratio.clear();
29  iqual.clear();
30  et.clear();
31  eta.clear();
32  phi.clear();
33  }

Member Data Documentation

std::vector<float> L1Analysis::L1AnalysisL1CaloTowerDataFormat::et

Definition at line 48 of file L1AnalysisL1CaloTowerDataFormat.h.

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

std::vector<float> L1Analysis::L1AnalysisL1CaloTowerDataFormat::eta
std::vector<short> L1Analysis::L1AnalysisL1CaloTowerDataFormat::iem

Definition at line 44 of file L1AnalysisL1CaloTowerDataFormat.h.

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

std::vector<short> L1Analysis::L1AnalysisL1CaloTowerDataFormat::iet

Definition at line 43 of file L1AnalysisL1CaloTowerDataFormat.h.

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

std::vector<short> L1Analysis::L1AnalysisL1CaloTowerDataFormat::ieta

Definition at line 41 of file L1AnalysisL1CaloTowerDataFormat.h.

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

std::vector<short> L1Analysis::L1AnalysisL1CaloTowerDataFormat::ihad

Definition at line 45 of file L1AnalysisL1CaloTowerDataFormat.h.

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

std::vector<short> L1Analysis::L1AnalysisL1CaloTowerDataFormat::iphi

Definition at line 42 of file L1AnalysisL1CaloTowerDataFormat.h.

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

std::vector<short> L1Analysis::L1AnalysisL1CaloTowerDataFormat::iqual

Definition at line 47 of file L1AnalysisL1CaloTowerDataFormat.h.

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

std::vector<short> L1Analysis::L1AnalysisL1CaloTowerDataFormat::iratio

Definition at line 46 of file L1AnalysisL1CaloTowerDataFormat.h.

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

short L1Analysis::L1AnalysisL1CaloTowerDataFormat::nTower

Definition at line 40 of file L1AnalysisL1CaloTowerDataFormat.h.

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

std::vector<float> L1Analysis::L1AnalysisL1CaloTowerDataFormat::phi