CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
spr::energyMap Struct Reference

#include <CaloSimInfo.h>

Public Member Functions

 energyMap ()
 

Public Attributes

std::vector< std::pair< DetId, double > > all
 
std::vector< std::pair< DetId, double > > charged
 
std::vector< std::pair< DetId, double > > gamma
 
std::vector< std::pair< DetId, double > > matched
 
std::vector< std::pair< DetId, double > > neutral
 
int pdgId
 
std::vector< std::pair< DetId, double > > rest
 

Detailed Description

Definition at line 52 of file CaloSimInfo.h.

Constructor & Destructor Documentation

◆ energyMap()

spr::energyMap::energyMap ( )
inline

Definition at line 53 of file CaloSimInfo.h.

References pdgId.

53 { pdgId = 0; }

Member Data Documentation

◆ all

std::vector<std::pair<DetId, double> > spr::energyMap::all

Definition at line 60 of file CaloSimInfo.h.

◆ charged

std::vector<std::pair<DetId, double> > spr::energyMap::charged

Definition at line 57 of file CaloSimInfo.h.

◆ gamma

std::vector<std::pair<DetId, double> > spr::energyMap::gamma

Definition at line 56 of file CaloSimInfo.h.

◆ matched

std::vector<std::pair<DetId, double> > spr::energyMap::matched

Definition at line 55 of file CaloSimInfo.h.

◆ neutral

std::vector<std::pair<DetId, double> > spr::energyMap::neutral

Definition at line 58 of file CaloSimInfo.h.

◆ pdgId

int spr::energyMap::pdgId

Definition at line 54 of file CaloSimInfo.h.

Referenced by Particle.Particle::__str__(), and energyMap().

◆ rest

std::vector<std::pair<DetId, double> > spr::energyMap::rest

Definition at line 59 of file CaloSimInfo.h.