Skip to content
Snippets Groups Projects
Commit 1ff3bd9e authored by Jihee Kim's avatar Jihee Kim
Browse files

Corrected units

parent 9bcc3a40
Branches
No related tags found
No related merge requests found
This commit is part of merge request !16. Comments created here will be created in the context of that merge request.
...@@ -63,7 +63,7 @@ embarreldigi = EcalTungstenSamplingDigi("ecal_barrel_digi", ...@@ -63,7 +63,7 @@ embarreldigi = EcalTungstenSamplingDigi("ecal_barrel_digi",
outputHitCollection="RawEcalBarrelHits", outputHitCollection="RawEcalBarrelHits",
inputEnergyUnit=units.GeV, inputEnergyUnit=units.GeV,
inputTimeUnit=units.ns, inputTimeUnit=units.ns,
DynamicRangeADC=700*keV, DynamicRangeADC=700*units.keV,
energyResolutions=[0., 0.02, 0.], energyResolutions=[0., 0.02, 0.],
pedestalSigma=50, pedestalSigma=50,
OutputLevel=DEBUG) OutputLevel=DEBUG)
...@@ -71,7 +71,7 @@ embarreldigi = EcalTungstenSamplingDigi("ecal_barrel_digi", ...@@ -71,7 +71,7 @@ embarreldigi = EcalTungstenSamplingDigi("ecal_barrel_digi",
embarrelreco = EcalTungstenSamplingReco("ecal_barrel_reco", embarrelreco = EcalTungstenSamplingReco("ecal_barrel_reco",
inputHitCollection="RawEcalBarrelHits", inputHitCollection="RawEcalBarrelHits",
outputHitCollection="RecoEcalBarrelHits", outputHitCollection="RecoEcalBarrelHits",
DynamicRangeADC=700*keV, DynamicRangeADC=700*units.keV,
pedestalSigma=50, pedestalSigma=50,
OutputLevel=DEBUG) OutputLevel=DEBUG)
# 2D+1 Clusterings # 2D+1 Clusterings
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment