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 14 of file L1AnalysisL1CaloTowerDataFormat.h.

Constructor & Destructor Documentation

◆ L1AnalysisL1CaloTowerDataFormat()

L1Analysis::L1AnalysisL1CaloTowerDataFormat::L1AnalysisL1CaloTowerDataFormat ( )
inline

Definition at line 15 of file L1AnalysisL1CaloTowerDataFormat.h.

15 { Reset(); };

References Reset().

◆ ~L1AnalysisL1CaloTowerDataFormat()

L1Analysis::L1AnalysisL1CaloTowerDataFormat::~L1AnalysisL1CaloTowerDataFormat ( )
inline

Definition at line 16 of file L1AnalysisL1CaloTowerDataFormat.h.

16 {};

Member Function Documentation

◆ Init()

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

Definition at line 32 of file L1AnalysisL1CaloTowerDataFormat.h.

32 {}

◆ Reset()

void L1Analysis::L1AnalysisL1CaloTowerDataFormat::Reset ( )
inline

Definition at line 18 of file L1AnalysisL1CaloTowerDataFormat.h.

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  }

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

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

Member Data Documentation

◆ et

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

Definition at line 42 of file L1AnalysisL1CaloTowerDataFormat.h.

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

◆ eta

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

◆ iem

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

Definition at line 38 of file L1AnalysisL1CaloTowerDataFormat.h.

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

◆ iet

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

Definition at line 37 of file L1AnalysisL1CaloTowerDataFormat.h.

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

◆ ieta

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

Definition at line 35 of file L1AnalysisL1CaloTowerDataFormat.h.

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

◆ ihad

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

Definition at line 39 of file L1AnalysisL1CaloTowerDataFormat.h.

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

◆ iphi

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

Definition at line 36 of file L1AnalysisL1CaloTowerDataFormat.h.

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

◆ iqual

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

Definition at line 41 of file L1AnalysisL1CaloTowerDataFormat.h.

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

◆ iratio

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

Definition at line 40 of file L1AnalysisL1CaloTowerDataFormat.h.

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

◆ nTower

short L1Analysis::L1AnalysisL1CaloTowerDataFormat::nTower

Definition at line 34 of file L1AnalysisL1CaloTowerDataFormat.h.

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

◆ phi

std::vector<float> L1Analysis::L1AnalysisL1CaloTowerDataFormat::phi
L1Analysis::L1AnalysisL1CaloTowerDataFormat::iqual
std::vector< short > iqual
Definition: L1AnalysisL1CaloTowerDataFormat.h:41
L1Analysis::L1AnalysisL1CaloTowerDataFormat::iet
std::vector< short > iet
Definition: L1AnalysisL1CaloTowerDataFormat.h:37
L1Analysis::L1AnalysisL1CaloTowerDataFormat::phi
std::vector< float > phi
Definition: L1AnalysisL1CaloTowerDataFormat.h:44
L1Analysis::L1AnalysisL1CaloTowerDataFormat::eta
std::vector< float > eta
Definition: L1AnalysisL1CaloTowerDataFormat.h:43
L1Analysis::L1AnalysisL1CaloTowerDataFormat::Reset
void Reset()
Definition: L1AnalysisL1CaloTowerDataFormat.h:18
L1Analysis::L1AnalysisL1CaloTowerDataFormat::et
std::vector< float > et
Definition: L1AnalysisL1CaloTowerDataFormat.h:42
L1Analysis::L1AnalysisL1CaloTowerDataFormat::ieta
std::vector< short > ieta
Definition: L1AnalysisL1CaloTowerDataFormat.h:35
L1Analysis::L1AnalysisL1CaloTowerDataFormat::iphi
std::vector< short > iphi
Definition: L1AnalysisL1CaloTowerDataFormat.h:36
L1Analysis::L1AnalysisL1CaloTowerDataFormat::ihad
std::vector< short > ihad
Definition: L1AnalysisL1CaloTowerDataFormat.h:39
L1Analysis::L1AnalysisL1CaloTowerDataFormat::iratio
std::vector< short > iratio
Definition: L1AnalysisL1CaloTowerDataFormat.h:40
L1Analysis::L1AnalysisL1CaloTowerDataFormat::iem
std::vector< short > iem
Definition: L1AnalysisL1CaloTowerDataFormat.h:38
L1Analysis::L1AnalysisL1CaloTowerDataFormat::nTower
short nTower
Definition: L1AnalysisL1CaloTowerDataFormat.h:34