CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
HcalIsoTrkEventVariables Class Reference

#include <HcalIsoTrkEventVariables.h>

Public Member Functions

void clear ()
 
 HcalIsoTrkEventVariables ()
 

Public Attributes

int allvertex_
 
std::vector< bool > hltbits_
 
std::vector< int > ietaAll_
 
std::vector< int > ietaGood_
 
bool l1Bit_
 
int tracks_
 
int tracksLoose_
 
int tracksProp_
 
int tracksSaved_
 
int tracksTight_
 
std::vector< int > trackType_
 
bool trigPass_
 
bool trigPassSel_
 

Detailed Description

Definition at line 6 of file HcalIsoTrkEventVariables.h.

Constructor & Destructor Documentation

◆ HcalIsoTrkEventVariables()

HcalIsoTrkEventVariables::HcalIsoTrkEventVariables ( )
inline

Definition at line 8 of file HcalIsoTrkEventVariables.h.

References clear().

Member Function Documentation

◆ clear()

void HcalIsoTrkEventVariables::clear ( void  )
inline

Definition at line 10 of file HcalIsoTrkEventVariables.h.

References allvertex_, hltbits_, ietaAll_, ietaGood_, l1Bit_, tracks_, tracksLoose_, tracksProp_, tracksSaved_, tracksTight_, trackType_, trigPass_, and trigPassSel_.

Referenced by HcalIsoTrkEventVariables().

10  {
11  allvertex_ = 0;
13  l1Bit_ = trigPass_ = trigPassSel_ = false;
14  hltbits_.clear();
15  ietaAll_.clear();
16  ietaGood_.clear();
17  trackType_.clear();
18  };

Member Data Documentation

◆ allvertex_

int HcalIsoTrkEventVariables::allvertex_

◆ hltbits_

std::vector<bool> HcalIsoTrkEventVariables::hltbits_

◆ ietaAll_

std::vector<int> HcalIsoTrkEventVariables::ietaAll_

Definition at line 23 of file HcalIsoTrkEventVariables.h.

Referenced by clear(), and AlCaHcalIsotrkProducer::getProducts().

◆ ietaGood_

std::vector<int> HcalIsoTrkEventVariables::ietaGood_

Definition at line 23 of file HcalIsoTrkEventVariables.h.

Referenced by clear(), and AlCaHcalIsotrkProducer::getProducts().

◆ l1Bit_

bool HcalIsoTrkEventVariables::l1Bit_

Definition at line 22 of file HcalIsoTrkEventVariables.h.

Referenced by clear(), and AlCaHcalIsotrkProducer::produce().

◆ tracks_

int HcalIsoTrkEventVariables::tracks_

Definition at line 18 of file HcalIsoTrkEventVariables.h.

Referenced by clear(), and AlCaHcalIsotrkProducer::produce().

◆ tracksLoose_

int HcalIsoTrkEventVariables::tracksLoose_

Definition at line 21 of file HcalIsoTrkEventVariables.h.

Referenced by clear(), and AlCaHcalIsotrkProducer::produce().

◆ tracksProp_

int HcalIsoTrkEventVariables::tracksProp_

Definition at line 18 of file HcalIsoTrkEventVariables.h.

Referenced by clear(), and AlCaHcalIsotrkProducer::produce().

◆ tracksSaved_

int HcalIsoTrkEventVariables::tracksSaved_

Definition at line 18 of file HcalIsoTrkEventVariables.h.

Referenced by clear(), and AlCaHcalIsotrkProducer::produce().

◆ tracksTight_

int HcalIsoTrkEventVariables::tracksTight_

Definition at line 21 of file HcalIsoTrkEventVariables.h.

Referenced by clear(), and AlCaHcalIsotrkProducer::produce().

◆ trackType_

std::vector<int> HcalIsoTrkEventVariables::trackType_

Definition at line 23 of file HcalIsoTrkEventVariables.h.

Referenced by clear(), and AlCaHcalIsotrkProducer::getProducts().

◆ trigPass_

bool HcalIsoTrkEventVariables::trigPass_

Definition at line 22 of file HcalIsoTrkEventVariables.h.

Referenced by clear(), and AlCaHcalIsotrkProducer::produce().

◆ trigPassSel_

bool HcalIsoTrkEventVariables::trigPassSel_

Definition at line 22 of file HcalIsoTrkEventVariables.h.

Referenced by clear(), and AlCaHcalIsotrkProducer::produce().