CMS 3D CMS Logo

Classes | Enumerations
SteppingAction.h File Reference
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "SimG4Core/Notification/interface/SimActivityRegistry.h"
#include "G4LogicalVolume.hh"
#include "G4Region.hh"
#include "G4UserSteppingAction.hh"
#include "G4VPhysicalVolume.hh"
#include "G4VTouchable.hh"
#include "G4Track.hh"
#include <string>
#include <vector>

Go to the source code of this file.

Classes

class  SteppingAction
 

Enumerations

enum  TrackStatus {
  sAlive = 0, sKilledByProcess = 1, sDeadRegion = 2, sOutOfTime = 3,
  sLowEnergy = 4, sLowEnergyInVacuum = 5, sEnergyDepNaN = 6
}
 

Enumeration Type Documentation

Enumerator
sAlive 
sKilledByProcess 
sDeadRegion 
sOutOfTime 
sLowEnergy 
sLowEnergyInVacuum 
sEnergyDepNaN 

Definition at line 20 of file SteppingAction.h.