CMS 3D CMS Logo

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

#include <CaloSimInfoExtra.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 35 of file CaloSimInfoExtra.h.

Constructor & Destructor Documentation

◆ energyMap()

spr::energyMap::energyMap ( )
inline

Definition at line 36 of file CaloSimInfoExtra.h.

36 {pdgId=0;}

References pdgId.

Member Data Documentation

◆ all

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

Definition at line 43 of file CaloSimInfoExtra.h.

◆ charged

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

Definition at line 40 of file CaloSimInfoExtra.h.

◆ gamma

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

Definition at line 39 of file CaloSimInfoExtra.h.

◆ matched

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

Definition at line 38 of file CaloSimInfoExtra.h.

◆ neutral

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

Definition at line 41 of file CaloSimInfoExtra.h.

◆ pdgId

int spr::energyMap::pdgId

Definition at line 37 of file CaloSimInfoExtra.h.

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

◆ rest

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

Definition at line 42 of file CaloSimInfoExtra.h.

spr::energyMap::pdgId
int pdgId
Definition: CaloSimInfoExtra.h:37