CMS 3D CMS Logo

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

#include <L1AnalysisL1CaloClusterDataFormat.h>

Public Member Functions

void Init ()
 
 L1AnalysisL1CaloClusterDataFormat ()
 
void Reset ()
 
 ~L1AnalysisL1CaloClusterDataFormat ()
 

Public Attributes

std::vector< float > et
 
std::vector< float > eta
 
std::vector< short int > iet
 
std::vector< short int > ieta
 
std::vector< short int > iphi
 
std::vector< short int > iqual
 
short int nCluster
 
std::vector< float > phi
 

Detailed Description

Definition at line 14 of file L1AnalysisL1CaloClusterDataFormat.h.

Constructor & Destructor Documentation

◆ L1AnalysisL1CaloClusterDataFormat()

L1Analysis::L1AnalysisL1CaloClusterDataFormat::L1AnalysisL1CaloClusterDataFormat ( )
inline

Definition at line 15 of file L1AnalysisL1CaloClusterDataFormat.h.

15 { Reset(); };

References Reset().

◆ ~L1AnalysisL1CaloClusterDataFormat()

L1Analysis::L1AnalysisL1CaloClusterDataFormat::~L1AnalysisL1CaloClusterDataFormat ( )
inline

Definition at line 16 of file L1AnalysisL1CaloClusterDataFormat.h.

16 {};

Member Function Documentation

◆ Init()

void L1Analysis::L1AnalysisL1CaloClusterDataFormat::Init ( void  )
inline

Definition at line 29 of file L1AnalysisL1CaloClusterDataFormat.h.

29 {}

◆ Reset()

void L1Analysis::L1AnalysisL1CaloClusterDataFormat::Reset ( )
inline

Definition at line 18 of file L1AnalysisL1CaloClusterDataFormat.h.

18  {
19  nCluster = 0;
20  ieta.clear();
21  iphi.clear();
22  iet.clear();
23  iqual.clear();
24  et.clear();
25  eta.clear();
26  phi.clear();
27  }

References et, eta, iet, ieta, iphi, iqual, nCluster, and phi.

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

Member Data Documentation

◆ et

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

Definition at line 36 of file L1AnalysisL1CaloClusterDataFormat.h.

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

◆ eta

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

◆ iet

std::vector<short int> L1Analysis::L1AnalysisL1CaloClusterDataFormat::iet

Definition at line 34 of file L1AnalysisL1CaloClusterDataFormat.h.

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

◆ ieta

std::vector<short int> L1Analysis::L1AnalysisL1CaloClusterDataFormat::ieta

Definition at line 32 of file L1AnalysisL1CaloClusterDataFormat.h.

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

◆ iphi

std::vector<short int> L1Analysis::L1AnalysisL1CaloClusterDataFormat::iphi

Definition at line 33 of file L1AnalysisL1CaloClusterDataFormat.h.

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

◆ iqual

std::vector<short int> L1Analysis::L1AnalysisL1CaloClusterDataFormat::iqual

Definition at line 35 of file L1AnalysisL1CaloClusterDataFormat.h.

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

◆ nCluster

short int L1Analysis::L1AnalysisL1CaloClusterDataFormat::nCluster

Definition at line 31 of file L1AnalysisL1CaloClusterDataFormat.h.

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

◆ phi

std::vector<float> L1Analysis::L1AnalysisL1CaloClusterDataFormat::phi
L1Analysis::L1AnalysisL1CaloClusterDataFormat::iet
std::vector< short int > iet
Definition: L1AnalysisL1CaloClusterDataFormat.h:34
L1Analysis::L1AnalysisL1CaloClusterDataFormat::nCluster
short int nCluster
Definition: L1AnalysisL1CaloClusterDataFormat.h:31
L1Analysis::L1AnalysisL1CaloClusterDataFormat::phi
std::vector< float > phi
Definition: L1AnalysisL1CaloClusterDataFormat.h:38
L1Analysis::L1AnalysisL1CaloClusterDataFormat::iqual
std::vector< short int > iqual
Definition: L1AnalysisL1CaloClusterDataFormat.h:35
L1Analysis::L1AnalysisL1CaloClusterDataFormat::iphi
std::vector< short int > iphi
Definition: L1AnalysisL1CaloClusterDataFormat.h:33
L1Analysis::L1AnalysisL1CaloClusterDataFormat::et
std::vector< float > et
Definition: L1AnalysisL1CaloClusterDataFormat.h:36
L1Analysis::L1AnalysisL1CaloClusterDataFormat::Reset
void Reset()
Definition: L1AnalysisL1CaloClusterDataFormat.h:18
L1Analysis::L1AnalysisL1CaloClusterDataFormat::ieta
std::vector< short int > ieta
Definition: L1AnalysisL1CaloClusterDataFormat.h:32
L1Analysis::L1AnalysisL1CaloClusterDataFormat::eta
std::vector< float > eta
Definition: L1AnalysisL1CaloClusterDataFormat.h:37