Definition at line 29 of file CheckAuxDetHit_module.cc.
larg4::CheckAuxDetHit::CheckAuxDetHit |
( |
fhicl::ParameterSet const & |
p | ) |
|
|
explicit |
void larg4::CheckAuxDetHit::analyze |
( |
const art::Event & |
event | ) |
|
|
overrideprivate |
Definition at line 61 of file CheckAuxDetHit_module.cc.
66 for (
auto const& sims : allSims) {
68 for (
auto const&
hit : *sims) {
std::vector< AuxDetHit > AuxDetHitCollection
void larg4::CheckAuxDetHit::beginJob |
( |
| ) |
|
|
overrideprivate |
Definition at line 49 of file CheckAuxDetHit_module.cc.
51 art::ServiceHandle<art::TFileService const>
tfs;
52 _hnHits = tfs->make<TH1F>(
"hnHits",
"Number of AuxDetHits", 30, 0,30 );
53 _hEdep = tfs->make<TH1F>(
"hEdep",
"Energy deposition in AuxDetHits", 100,0.,4.);
54 _hID =
tfs->make<TH1F>(
"hID",
"Id of hit AuxDet", 100,0.,5.);
55 _hexit =
tfs->make<TH1F>(
"hexit",
"exit points in z", 100,-100.,100.);
56 _hentry =
tfs->make<TH1F>(
"hentry",
"entry points in z", 100,-100.,100.);
art::ServiceHandle< art::TFileService > tfs
TH1F* larg4::CheckAuxDetHit::_hEdep {nullptr} |
|
private |
TH1F* larg4::CheckAuxDetHit::_hentry {nullptr} |
|
private |
TH1F* larg4::CheckAuxDetHit::_hexit {nullptr} |
|
private |
TH1F* larg4::CheckAuxDetHit::_hID {nullptr} |
|
private |
TH1F* larg4::CheckAuxDetHit::_hnHits {nullptr} |
|
private |
The documentation for this class was generated from the following file: