public class HiggsRecoilMassAnalysis extends Driver
Driver.AbortRunException, Driver.NextEventException
Modifier and Type | Field and Description |
---|---|
private double |
_cmsEnergy |
private double |
_minMuonMomentum |
private String |
_reconstructedParticleListName |
private hep.aida.ITree |
_tree |
private AIDA |
aida |
HLEVEL_DEFAULT, HLEVEL_FULL, HLEVEL_HIGH, HLEVEL_NORMAL, HLEVEL_OFF
Constructor and Description |
---|
HiggsRecoilMassAnalysis()
Creates a new instance of HiggsRecoilAnalysis
|
Modifier and Type | Method and Description |
---|---|
protected void |
process(EventHeader event)
Called by the framework to process an event.
|
void |
setCMSEnergy(double cmsEnergy) |
void |
setMinMuonMomentum(double minMomentum) |
void |
setReconstructedParticleListName(String rplname) |
add, clearStatistics, contains, detectorChanged, drivers, endOfData, getConditionsManager, getHistogramLevel, getLogger, getName, getRandom, printStatistics, processChildren, remove, resume, setHistogramLevel, setLogLevel, setRandom, startOfData, suspend
private AIDA aida
private hep.aida.ITree _tree
private String _reconstructedParticleListName
private double _minMuonMomentum
private double _cmsEnergy
public HiggsRecoilMassAnalysis()
protected void process(EventHeader event)
Driver
super.process(event)
to cause the child processes to be executed.
In addition the process event call can throw some special exceptions:
process
in class Driver
event
- The event to be processedDriver.NextEventException
,
Driver.AbortRunException
public void setReconstructedParticleListName(String rplname)
public void setMinMuonMomentum(double minMomentum)
public void setCMSEnergy(double cmsEnergy)
Copyright © 2016 Linear Collider Detector (LCD). All rights reserved.