test
Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
Alignment
LaserAlignmentSimulation
interface
LaserSteppingAction.h
Go to the documentation of this file.
1
#ifndef LaserAlignmentSimulation_LaserSteppingAction_H
2
#define LaserAlignmentSimulation_LaserSteppingAction_H
3
12
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
13
14
#include "G4SteppingManager.hh"
15
16
class
LaserSteppingAction
:
public
G4UserSteppingAction
17
{
18
public
:
20
LaserSteppingAction
(
edm::ParameterSet
const
& theConf);
22
virtual
~LaserSteppingAction
();
24
virtual
void
UserSteppingAction
(
const
G4Step* myStep);
25
26
private
:
27
int
theDebugLevel
;
28
double
theEnergyLossScalingFactor
;
29
};
30
#endif
LaserSteppingAction
Definition:
LaserSteppingAction.h:16
LaserSteppingAction::UserSteppingAction
virtual void UserSteppingAction(const G4Step *myStep)
stepping action: set energydeposit when a photon is absorbed in a Si module
Definition:
LaserSteppingAction.cc:24
ParameterSet.h
LaserSteppingAction::~LaserSteppingAction
virtual ~LaserSteppingAction()
destructor
Definition:
LaserSteppingAction.cc:20
LaserSteppingAction::theDebugLevel
int theDebugLevel
Definition:
LaserSteppingAction.h:27
edm::ParameterSet
Definition:
ParameterSet.h:36
LaserSteppingAction::theEnergyLossScalingFactor
double theEnergyLossScalingFactor
Definition:
LaserSteppingAction.h:28
LaserSteppingAction::LaserSteppingAction
LaserSteppingAction(edm::ParameterSet const &theConf)
constructor
Definition:
LaserSteppingAction.cc:14
Generated for CMSSW Reference Manual by
1.8.5