CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 14 of file L1AnalysisL1CaloTowerDataFormat.h.

Constructor & Destructor Documentation

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

Definition at line 16 of file L1AnalysisL1CaloTowerDataFormat.h.

16 {};

Member Function Documentation

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

Definition at line 32 of file L1AnalysisL1CaloTowerDataFormat.h.

32 {}
void L1Analysis::L1AnalysisL1CaloTowerDataFormat::Reset ( )
inline

Definition at line 18 of file L1AnalysisL1CaloTowerDataFormat.h.

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

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

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

Member Data Documentation

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

Definition at line 42 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 38 of file L1AnalysisL1CaloTowerDataFormat.h.

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

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

Definition at line 37 of file L1AnalysisL1CaloTowerDataFormat.h.

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

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

Definition at line 35 of file L1AnalysisL1CaloTowerDataFormat.h.

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

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

Definition at line 39 of file L1AnalysisL1CaloTowerDataFormat.h.

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

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

Definition at line 36 of file L1AnalysisL1CaloTowerDataFormat.h.

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

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

Definition at line 41 of file L1AnalysisL1CaloTowerDataFormat.h.

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

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

Definition at line 40 of file L1AnalysisL1CaloTowerDataFormat.h.

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

short L1Analysis::L1AnalysisL1CaloTowerDataFormat::nTower

Definition at line 34 of file L1AnalysisL1CaloTowerDataFormat.h.

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

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