LArSoft  v10_04_05
Liquid Argon Software toolkit - https://larsoft.org/
calo::ShowerCalorimetry Class Reference
Inheritance diagram for calo::ShowerCalorimetry:
art::EDProducer art::detail::Producer art::detail::LegacyModule art::Modifier art::ModuleBase art::ProductRegistryHelper

Public Types

using ModuleType = EDProducer
 
template<typename UserConfig , typename KeysToIgnore = void>
using Table = Modifier::Table< UserConfig, KeysToIgnore >
 

Public Member Functions

 ShowerCalorimetry (fhicl::ParameterSet const &p)
 
void doBeginJob (SharedResources const &resources)
 
void doEndJob ()
 
void doRespondToOpenInputFile (FileBlock const &fb)
 
void doRespondToCloseInputFile (FileBlock const &fb)
 
void doRespondToOpenOutputFiles (FileBlock const &fb)
 
void doRespondToCloseOutputFiles (FileBlock const &fb)
 
bool doBeginRun (RunPrincipal &rp, ModuleContext const &mc)
 
bool doEndRun (RunPrincipal &rp, ModuleContext const &mc)
 
bool doBeginSubRun (SubRunPrincipal &srp, ModuleContext const &mc)
 
bool doEndSubRun (SubRunPrincipal &srp, ModuleContext const &mc)
 
bool doEvent (EventPrincipal &ep, ModuleContext const &mc, std::atomic< std::size_t > &counts_run, std::atomic< std::size_t > &counts_passed, std::atomic< std::size_t > &counts_failed)
 
void fillProductDescriptions ()
 
void registerProducts (ProductDescriptions &productsToRegister)
 
ModuleDescription const & moduleDescription () const
 
void setModuleDescription (ModuleDescription const &)
 
std::array< std::vector< ProductInfo >, NumBranchTypes > const & getConsumables () const
 
void sortConsumables (std::string const &current_process_name)
 
std::unique_ptr< Worker > makeWorker (WorkerParams const &wp)
 
template<typename T , BranchType BT>
ViewToken< T > consumesView (InputTag const &tag)
 
template<typename T , BranchType BT>
ViewToken< T > mayConsumeView (InputTag const &tag)
 

Protected Member Functions

ConsumesCollector & consumesCollector ()
 
template<typename T , BranchType = InEvent>
ProductToken< T > consumes (InputTag const &)
 
template<typename Element , BranchType = InEvent>
ViewToken< Element > consumesView (InputTag const &)
 
template<typename T , BranchType = InEvent>
void consumesMany ()
 
template<typename T , BranchType = InEvent>
ProductToken< T > mayConsume (InputTag const &)
 
template<typename Element , BranchType = InEvent>
ViewToken< Element > mayConsumeView (InputTag const &)
 
template<typename T , BranchType = InEvent>
void mayConsumeMany ()
 

Private Member Functions

void produce (art::Event &e) override
 

Private Attributes

art::InputTag fShowerTag
 
art::InputTag fSpacePointTag
 
bool fSCE
 
CalorimetryAlg caloAlg
 

Detailed Description

Definition at line 49 of file ShowerCalorimetry_module.cc.

Member Typedef Documentation

Definition at line 17 of file EDProducer.h.

template<typename UserConfig , typename KeysToIgnore = void>
using art::detail::Producer::Table = Modifier::Table<UserConfig, KeysToIgnore>
inherited

Definition at line 26 of file Producer.h.

Constructor & Destructor Documentation

calo::ShowerCalorimetry::ShowerCalorimetry ( fhicl::ParameterSet const &  p)
explicit

Definition at line 62 of file ShowerCalorimetry_module.cc.

References caloAlg, fSCE, fShowerTag, and fSpacePointTag.

63  : EDProducer{p}
64  , fShowerTag(p.get<art::InputTag>("ShowerTag"))
65  , fSpacePointTag(p.get<art::InputTag>("SpacePointTag"))
66  , fSCE(p.get<bool>("CorrectSCE"))
67  , caloAlg(p.get<fhicl::ParameterSet>("CalorimetryAlg"))
68 {
69  produces<std::vector<anab::Calorimetry>>();
70  produces<art::Assns<recob::Shower, anab::Calorimetry>>();
71 }
EDProducer(fhicl::ParameterSet const &pset)
Definition: EDProducer.cc:6

Member Function Documentation

template<typename T , BranchType BT>
ProductToken< T > art::ModuleBase::consumes ( InputTag const &  tag)
protectedinherited

Definition at line 61 of file ModuleBase.h.

References art::ModuleBase::collector_, and art::ConsumesCollector::consumes().

62  {
63  return collector_.consumes<T, BT>(tag);
64  }
ConsumesCollector collector_
Definition: ModuleBase.h:56
ProductToken< T > consumes(InputTag const &)
ConsumesCollector & art::ModuleBase::consumesCollector ( )
protectedinherited

Definition at line 57 of file ModuleBase.cc.

References art::ModuleBase::collector_.

58  {
59  return collector_;
60  }
ConsumesCollector collector_
Definition: ModuleBase.h:56
template<typename T , BranchType BT>
void art::ModuleBase::consumesMany ( )
protectedinherited

Definition at line 75 of file ModuleBase.h.

References art::ModuleBase::collector_, and art::ConsumesCollector::consumesMany().

76  {
77  collector_.consumesMany<T, BT>();
78  }
ConsumesCollector collector_
Definition: ModuleBase.h:56
template<typename Element , BranchType = InEvent>
ViewToken<Element> art::ModuleBase::consumesView ( InputTag const &  )
protectedinherited
template<typename T , BranchType BT>
ViewToken<T> art::ModuleBase::consumesView ( InputTag const &  tag)
inherited

Definition at line 68 of file ModuleBase.h.

References art::ModuleBase::collector_, and art::ConsumesCollector::consumesView().

69  {
70  return collector_.consumesView<T, BT>(tag);
71  }
ConsumesCollector collector_
Definition: ModuleBase.h:56
ViewToken< Element > consumesView(InputTag const &)
void art::detail::Producer::doBeginJob ( SharedResources const &  resources)
inherited

Definition at line 22 of file Producer.cc.

References art::detail::Producer::beginJobWithFrame(), and art::detail::Producer::setupQueues().

23  {
24  setupQueues(resources);
25  ProcessingFrame const frame{ScheduleID{}};
26  beginJobWithFrame(frame);
27  }
virtual void setupQueues(SharedResources const &)=0
virtual void beginJobWithFrame(ProcessingFrame const &)=0
bool art::detail::Producer::doBeginRun ( RunPrincipal rp,
ModuleContext const &  mc 
)
inherited

Definition at line 65 of file Producer.cc.

References art::detail::Producer::beginRunWithFrame(), art::RangeSet::forRun(), art::RunPrincipal::makeRun(), r, art::RunPrincipal::runID(), and art::ModuleContext::scheduleID().

66  {
67  auto r = rp.makeRun(mc, RangeSet::forRun(rp.runID()));
68  ProcessingFrame const frame{mc.scheduleID()};
69  beginRunWithFrame(r, frame);
70  r.commitProducts();
71  return true;
72  }
TRandom r
Definition: spectrum.C:23
virtual void beginRunWithFrame(Run &, ProcessingFrame const &)=0
static RangeSet forRun(RunID)
Definition: RangeSet.cc:51
bool art::detail::Producer::doBeginSubRun ( SubRunPrincipal srp,
ModuleContext const &  mc 
)
inherited

Definition at line 85 of file Producer.cc.

References art::detail::Producer::beginSubRunWithFrame(), art::RangeSet::forSubRun(), art::SubRunPrincipal::makeSubRun(), art::ModuleContext::scheduleID(), and art::SubRunPrincipal::subRunID().

86  {
87  auto sr = srp.makeSubRun(mc, RangeSet::forSubRun(srp.subRunID()));
88  ProcessingFrame const frame{mc.scheduleID()};
89  beginSubRunWithFrame(sr, frame);
90  sr.commitProducts();
91  return true;
92  }
virtual void beginSubRunWithFrame(SubRun &, ProcessingFrame const &)=0
static RangeSet forSubRun(SubRunID)
Definition: RangeSet.cc:57
void art::detail::Producer::doEndJob ( )
inherited

Definition at line 30 of file Producer.cc.

References art::detail::Producer::endJobWithFrame().

31  {
32  ProcessingFrame const frame{ScheduleID{}};
33  endJobWithFrame(frame);
34  }
virtual void endJobWithFrame(ProcessingFrame const &)=0
bool art::detail::Producer::doEndRun ( RunPrincipal rp,
ModuleContext const &  mc 
)
inherited

Definition at line 75 of file Producer.cc.

References art::detail::Producer::endRunWithFrame(), art::RunPrincipal::makeRun(), r, art::ModuleContext::scheduleID(), and art::Principal::seenRanges().

76  {
77  auto r = rp.makeRun(mc, rp.seenRanges());
78  ProcessingFrame const frame{mc.scheduleID()};
79  endRunWithFrame(r, frame);
80  r.commitProducts();
81  return true;
82  }
TRandom r
Definition: spectrum.C:23
virtual void endRunWithFrame(Run &, ProcessingFrame const &)=0
bool art::detail::Producer::doEndSubRun ( SubRunPrincipal srp,
ModuleContext const &  mc 
)
inherited

Definition at line 95 of file Producer.cc.

References art::detail::Producer::endSubRunWithFrame(), art::SubRunPrincipal::makeSubRun(), art::ModuleContext::scheduleID(), and art::Principal::seenRanges().

96  {
97  auto sr = srp.makeSubRun(mc, srp.seenRanges());
98  ProcessingFrame const frame{mc.scheduleID()};
99  endSubRunWithFrame(sr, frame);
100  sr.commitProducts();
101  return true;
102  }
virtual void endSubRunWithFrame(SubRun &, ProcessingFrame const &)=0
bool art::detail::Producer::doEvent ( EventPrincipal ep,
ModuleContext const &  mc,
std::atomic< std::size_t > &  counts_run,
std::atomic< std::size_t > &  counts_passed,
std::atomic< std::size_t > &  counts_failed 
)
inherited

Definition at line 105 of file Producer.cc.

References art::detail::Producer::checkPutProducts_, e, art::EventPrincipal::makeEvent(), art::detail::Producer::produceWithFrame(), and art::ModuleContext::scheduleID().

110  {
111  auto e = ep.makeEvent(mc);
112  ++counts_run;
113  ProcessingFrame const frame{mc.scheduleID()};
114  produceWithFrame(e, frame);
115  e.commitProducts(checkPutProducts_, &expectedProducts<InEvent>());
116  ++counts_passed;
117  return true;
118  }
bool const checkPutProducts_
Definition: Producer.h:70
Float_t e
Definition: plot.C:35
virtual void produceWithFrame(Event &, ProcessingFrame const &)=0
void art::detail::Producer::doRespondToCloseInputFile ( FileBlock const &  fb)
inherited

Definition at line 44 of file Producer.cc.

References art::detail::Producer::respondToCloseInputFileWithFrame().

45  {
46  ProcessingFrame const frame{ScheduleID{}};
48  }
virtual void respondToCloseInputFileWithFrame(FileBlock const &, ProcessingFrame const &)=0
TFile fb("Li6.root")
void art::detail::Producer::doRespondToCloseOutputFiles ( FileBlock const &  fb)
inherited

Definition at line 58 of file Producer.cc.

References art::detail::Producer::respondToCloseOutputFilesWithFrame().

59  {
60  ProcessingFrame const frame{ScheduleID{}};
62  }
virtual void respondToCloseOutputFilesWithFrame(FileBlock const &, ProcessingFrame const &)=0
TFile fb("Li6.root")
void art::detail::Producer::doRespondToOpenInputFile ( FileBlock const &  fb)
inherited

Definition at line 37 of file Producer.cc.

References art::detail::Producer::respondToOpenInputFileWithFrame().

38  {
39  ProcessingFrame const frame{ScheduleID{}};
41  }
virtual void respondToOpenInputFileWithFrame(FileBlock const &, ProcessingFrame const &)=0
TFile fb("Li6.root")
void art::detail::Producer::doRespondToOpenOutputFiles ( FileBlock const &  fb)
inherited

Definition at line 51 of file Producer.cc.

References art::detail::Producer::respondToOpenOutputFilesWithFrame().

52  {
53  ProcessingFrame const frame{ScheduleID{}};
55  }
virtual void respondToOpenOutputFilesWithFrame(FileBlock const &, ProcessingFrame const &)=0
TFile fb("Li6.root")
void art::Modifier::fillProductDescriptions ( )
inherited

Definition at line 10 of file Modifier.cc.

References art::ProductRegistryHelper::fillDescriptions(), and art::ModuleBase::moduleDescription().

11  {
13  }
void fillDescriptions(ModuleDescription const &md)
ModuleDescription const & moduleDescription() const
Definition: ModuleBase.cc:13
std::array< std::vector< ProductInfo >, NumBranchTypes > const & art::ModuleBase::getConsumables ( ) const
inherited

Definition at line 43 of file ModuleBase.cc.

References art::ModuleBase::collector_, and art::ConsumesCollector::getConsumables().

44  {
45  return collector_.getConsumables();
46  }
ConsumesCollector collector_
Definition: ModuleBase.h:56
std::array< std::vector< ProductInfo >, NumBranchTypes > const & getConsumables() const
std::unique_ptr< Worker > art::ModuleBase::makeWorker ( WorkerParams const &  wp)
inherited

Definition at line 37 of file ModuleBase.cc.

References art::ModuleBase::doMakeWorker(), and art::NumBranchTypes.

38  {
39  return doMakeWorker(wp);
40  }
virtual std::unique_ptr< Worker > doMakeWorker(WorkerParams const &wp)=0
template<typename T , BranchType BT>
ProductToken< T > art::ModuleBase::mayConsume ( InputTag const &  tag)
protectedinherited

Definition at line 82 of file ModuleBase.h.

References art::ModuleBase::collector_, and art::ConsumesCollector::mayConsume().

83  {
84  return collector_.mayConsume<T, BT>(tag);
85  }
ProductToken< T > mayConsume(InputTag const &)
ConsumesCollector collector_
Definition: ModuleBase.h:56
template<typename T , BranchType BT>
void art::ModuleBase::mayConsumeMany ( )
protectedinherited

Definition at line 96 of file ModuleBase.h.

References art::ModuleBase::collector_, and art::ConsumesCollector::mayConsumeMany().

97  {
98  collector_.mayConsumeMany<T, BT>();
99  }
ConsumesCollector collector_
Definition: ModuleBase.h:56
template<typename Element , BranchType = InEvent>
ViewToken<Element> art::ModuleBase::mayConsumeView ( InputTag const &  )
protectedinherited
template<typename T , BranchType BT>
ViewToken<T> art::ModuleBase::mayConsumeView ( InputTag const &  tag)
inherited

Definition at line 89 of file ModuleBase.h.

References art::ModuleBase::collector_, and art::ConsumesCollector::mayConsumeView().

90  {
91  return collector_.mayConsumeView<T, BT>(tag);
92  }
ConsumesCollector collector_
Definition: ModuleBase.h:56
ViewToken< Element > mayConsumeView(InputTag const &)
ModuleDescription const & art::ModuleBase::moduleDescription ( ) const
inherited

Definition at line 13 of file ModuleBase.cc.

References art::errors::LogicError.

Referenced by art::OutputModule::doRespondToOpenInputFile(), art::OutputModule::doWriteEvent(), art::Modifier::fillProductDescriptions(), art::OutputModule::makePlugins_(), art::OutputWorker::OutputWorker(), reco::shower::LArPandoraModularShowerCreation::produce(), art::Modifier::registerProducts(), and art::OutputModule::registerProducts().

14  {
15  if (md_.has_value()) {
16  return *md_;
17  }
18 
20  "There was an error while calling moduleDescription().\n"}
21  << "The moduleDescription() base-class member function cannot be called\n"
22  "during module construction. To determine which module is "
23  "responsible\n"
24  "for calling it, find the '<module type>:<module "
25  "label>@Construction'\n"
26  "tag in the message prefix above. Please contact artists@fnal.gov\n"
27  "for guidance.\n";
28  }
cet::coded_exception< errors::ErrorCodes, ExceptionDetail::translate > Exception
Definition: Exception.h:66
std::optional< ModuleDescription > md_
Definition: ModuleBase.h:55
void calo::ShowerCalorimetry::produce ( art::Event e)
overrideprivatevirtual

Implements art::EDProducer.

Definition at line 73 of file ShowerCalorimetry_module.cc.

References util::abs(), caloAlg, recob::tracking::convertCollToPoint(), util::CreateAssn(), tca::dEdx(), calo::CalorimetryAlg::dEdx_AREA(), DEFINE_ART_MODULE, art::fill_ptr_vector(), fSCE, fShowerTag, fSpacePointTag, Get, art::ProductRetriever::getValidHandle(), hits(), geo::CryostatID::isValid, MF_LOG_INFO, and art::Event::put().

74 {
75  auto const& wireReadoutGeom = art::ServiceHandle<geo::WireReadout>()->Get();
76 
77  auto const clockData = art::ServiceHandle<detinfo::DetectorClocksService const>()->DataFor(e);
78  auto const detProp =
80  auto const* sce = lar::providerFrom<spacecharge::SpaceChargeService>();
81 
82  //Make the container for the calo product to put onto the event.
83  auto caloPtr = std::make_unique<std::vector<anab::Calorimetry>>();
84  auto& caloVector = *caloPtr;
85 
86  //Make a container for the track<-->calo associations.
87  //One entry per track, with entry equal to index in calorimetry collection of associated object.
88  std::vector<size_t> assnShowerCaloVector;
89  auto associationPtr = std::make_unique<art::Assns<recob::Shower, anab::Calorimetry>>();
90 
91  auto showerHandle = e.getValidHandle<std::vector<recob::Shower>>(fShowerTag);
92 
93  //Turn it into a vector of art pointers
94  std::vector<art::Ptr<recob::Shower>> recoShowers;
95  art::fill_ptr_vector(recoShowers, showerHandle);
96 
97  //Also get the hits from all the showers
98  art::FindManyP<recob::Hit> findHitsFromShowers(showerHandle, e, fShowerTag);
99 
100  //Go through all of the reconstructed showers in the event
101  for (size_t i = 0; i < recoShowers.size(); ++i) {
102  auto& shower = recoShowers[i];
103 
104  int shower_index = shower.key();
105  MF_LOG_INFO("ShowerCalorimetry") << "Getting Calorimetry info for " << shower_index << "\n";
106 
107  //This wil be used in the calorimetry object later
108  float shower_length = shower->Length();
109  //Get the hits from this shower
110  auto const& hits = findHitsFromShowers.at(shower_index);
111 
113 
114  //Sort the hits by their plane
115  //This vector stores the index of each hit on each plane
116  std::vector<std::vector<size_t>> hit_indices_per_plane(wireReadoutGeom.Nplanes());
117  for (size_t j = 0; j < hits.size(); ++j) {
118  hit_indices_per_plane[hits[j]->WireID().Plane].push_back(j);
119  }
120 
121  //Go through each plane and make calorimetry objects
122  for (size_t j = 0; j < wireReadoutGeom.Nplanes(); ++j) {
123 
124  size_t hits_in_plane = hit_indices_per_plane[j].size();
125 
126  //Reserve vectors for each part of the calorimetry object
127  std::vector<float> dEdx(hits_in_plane);
128  std::vector<float> dQdx(hits_in_plane);
129  std::vector<float> pitch(hits_in_plane);
130 
131  //residual range, xyz, and deadwire default for now
132  std::vector<float> resRange(hits_in_plane, 0.);
133  std::vector<TVector3> xyz(hits_in_plane, TVector3(0., 0., 0.));
134  std::vector<float> deadwires(hits_in_plane, 0.);
135  std::vector<size_t> hitIndex(hits_in_plane);
136 
137  geo::PlaneID planeID;
138 
139  float kineticEnergy = 0.;
140 
141  for (size_t k = 0; k < hits_in_plane; ++k) {
142 
143  size_t hit_index = hit_indices_per_plane[j][k];
144  auto& theHit = hits[hit_index];
145  if (!planeID.isValid) { planeID = theHit->WireID(); }
146  hitIndex[k] = theHit.key();
147  float wire_pitch = wireReadoutGeom.Plane({0, 0, theHit->View()}).WirePitch();
148 
149  float theHit_Xpos = -999.;
150  float theHit_Ypos = -999.;
151  float theHit_Zpos = -999.;
152 
153  auto const& sp = spFromShowerHits.at(hit_index);
154  if (!sp.empty()) {
155  //only use first space point
156  theHit_Xpos = sp[0]->XYZ()[0];
157  theHit_Ypos = sp[0]->XYZ()[1];
158  theHit_Zpos = sp[0]->XYZ()[2];
159  }
160  else {
161  MF_LOG_INFO("ShowerCalorimetry")
162  << "no sp associated w/this hit ... we will skip this hit";
163  continue;
164  }
165 
166  TVector3 pos(theHit_Xpos, theHit_Ypos, theHit_Zpos);
167  //correct pitch for hit direction
168  float this_pitch = wire_pitch;
169  float angleToVert = wireReadoutGeom.WireAngleToVertical(theHit->View(), theHit->WireID());
170  angleToVert -= 0.5 * ::util::pi<>();
171 
172  float cosgamma = std::abs(sin(angleToVert) * shower->Direction().Y() +
173  cos(angleToVert) * shower->Direction().Z());
174  if (cosgamma > 0) this_pitch /= cosgamma;
175  if (this_pitch < wire_pitch) this_pitch = wire_pitch;
176  pitch[k] = this_pitch;
177 
178  //Correct for SCE
179  if (fSCE && sce->EnableCalSpatialSCE()) {
180 
181  geo::Vector_t posOffsets = {0., 0., 0.};
182  geo::Vector_t dirOffsets = {0., 0., 0.};
183 
184  posOffsets = sce->GetCalPosOffsets(geo::Point_t(pos), theHit->WireID().TPC);
185 
186  //For now, use the shower direction from Pandora...a better idea?
187  dirOffsets =
188  sce->GetCalPosOffsets(geo::Point_t{pos.X() + this_pitch * shower->Direction().X(),
189  pos.Y() + this_pitch * shower->Direction().Y(),
190  pos.Z() + this_pitch * shower->Direction().Z()},
191  theHit->WireID().TPC);
192 
193  TVector3 dir_corr = {
194  this_pitch * shower->Direction().X() - dirOffsets.X() + posOffsets.X(),
195  this_pitch * shower->Direction().Y() + dirOffsets.Y() - posOffsets.Y(),
196  this_pitch * shower->Direction().Z() + dirOffsets.Z() - posOffsets.Z()};
197 
198  pitch[k] = dir_corr.Mag();
199  //correct position for SCE
200  theHit_Xpos -= posOffsets.X();
201  theHit_Ypos += posOffsets.Y();
202  theHit_Zpos += posOffsets.Z();
203  }
204  xyz[k].SetXYZ(theHit_Xpos, theHit_Ypos, theHit_Zpos);
205  resRange[k] = std::hypot(theHit_Xpos - shower->ShowerStart().X(),
206  theHit_Ypos - shower->ShowerStart().Y(),
207  theHit_Zpos - shower->ShowerStart().Z());
208 
209  dQdx[k] = theHit->Integral() / pitch[k];
210 
211  // Just for now, use dQdx for dEdx
212  // dEdx[k] = theHit->Integral() / this_pitch;
213  dEdx[k] = caloAlg.dEdx_AREA(clockData, detProp, *theHit, pitch[k]),
214 
215  kineticEnergy += dEdx[k];
216  }
217 
218  //Make a calo object in the vector
219  caloVector.emplace_back(kineticEnergy,
220  dEdx,
221  dQdx,
222  resRange,
223  deadwires,
224  shower_length,
225  pitch,
227  hitIndex,
228  planeID);
229 
230  //Place the shower index in the association object
231  assnShowerCaloVector.emplace_back(shower_index);
232  }
233  }
234 
235  //Make the associations for ART
236  for (size_t i = 0; i < assnShowerCaloVector.size(); i++) {
237  if (assnShowerCaloVector[i] == std::numeric_limits<size_t>::max()) continue;
238 
239  art::Ptr<recob::Shower> shower_ptr(showerHandle, assnShowerCaloVector[i]);
240  util::CreateAssn(e, caloVector, shower_ptr, *associationPtr, i);
241  }
242 
243  //Finish up: Put the objects into the event
244  e.put(std::move(caloPtr));
245  e.put(std::move(associationPtr));
246 }
ROOT::Math::DisplacementVector3D< ROOT::Math::Cartesian3D< double >, ROOT::Math::GlobalCoordinateSystemTag > Vector_t
Type for representation of momenta in 3D space.
Definition: geo_vectors.h:160
The data type to uniquely identify a Plane.
Definition: geo_types.h:364
bool isValid
Whether this ID points to a valid element.
Definition: geo_types.h:194
constexpr auto abs(T v)
Returns the absolute value of the argument.
cout<< "Opened file "<< fin<< " ixs= "<< ixs<< endl;if(ixs==0) hhh=(TH1F *) fff-> Get("h1")
Definition: AddMC.C:8
PutHandle< PROD > put(std::unique_ptr< PROD > &&edp, std::string const &instance={})
Definition: Event.h:77
void hits()
Definition: readHits.C:15
std::vector< Point_t > convertCollToPoint(std::vector< Point > const &coll)
Definition: TrackingTypes.h:68
PlaneID_t Plane
Index of the plane within its TPC.
Definition: geo_types.h:373
#define MF_LOG_INFO(category)
float dEdx(detinfo::DetectorClocksData const &clockData, detinfo::DetectorPropertiesData const &detProp, const TCSlice &slc, TP3D &tp3d)
Definition: PFPUtils.cxx:2671
bool CreateAssn(art::Event &evt, std::vector< T > const &a, art::Ptr< U > const &b, art::Assns< U, T > &assn, std::string a_instance, size_t index=UINT_MAX)
Creates a single one-to-one association.
ROOT::Math::PositionVector3D< ROOT::Math::Cartesian3D< double >, ROOT::Math::GlobalCoordinateSystemTag > Point_t
Type for representation of position in physical 3D space.
Definition: geo_vectors.h:180
ValidHandle< PROD > getValidHandle(InputTag const &tag) const
double dEdx_AREA(detinfo::DetectorClocksData const &clock_data, detinfo::DetectorPropertiesData const &det_prop, recob::Hit const &hit, double pitch, double T0=0) const
void fill_ptr_vector(std::vector< Ptr< T >> &ptrs, H const &h)
Definition: Ptr.h:306
void art::Modifier::registerProducts ( ProductDescriptions productsToRegister)
inherited

Definition at line 16 of file Modifier.cc.

References art::ModuleBase::moduleDescription(), and art::ProductRegistryHelper::registerProducts().

17  {
18  ProductRegistryHelper::registerProducts(productsToRegister,
20  }
void registerProducts(ProductDescriptions &productsToRegister, ModuleDescription const &md)
ModuleDescription const & moduleDescription() const
Definition: ModuleBase.cc:13
void art::ModuleBase::setModuleDescription ( ModuleDescription const &  md)
inherited

Definition at line 31 of file ModuleBase.cc.

References art::ModuleBase::md_.

32  {
33  md_ = md;
34  }
std::optional< ModuleDescription > md_
Definition: ModuleBase.h:55
void art::ModuleBase::sortConsumables ( std::string const &  current_process_name)
inherited

Definition at line 49 of file ModuleBase.cc.

References art::ModuleBase::collector_, and art::ConsumesCollector::sortConsumables().

50  {
51  // Now that we know we have seen all the consumes declarations,
52  // sort the results for fast lookup later.
53  collector_.sortConsumables(current_process_name);
54  }
ConsumesCollector collector_
Definition: ModuleBase.h:56
void sortConsumables(std::string const &current_process_name)

Member Data Documentation

CalorimetryAlg calo::ShowerCalorimetry::caloAlg
private

Definition at line 59 of file ShowerCalorimetry_module.cc.

Referenced by produce(), and ShowerCalorimetry().

bool calo::ShowerCalorimetry::fSCE
private

Definition at line 58 of file ShowerCalorimetry_module.cc.

Referenced by produce(), and ShowerCalorimetry().

art::InputTag calo::ShowerCalorimetry::fShowerTag
private

Definition at line 56 of file ShowerCalorimetry_module.cc.

Referenced by produce(), and ShowerCalorimetry().

art::InputTag calo::ShowerCalorimetry::fSpacePointTag
private

Definition at line 57 of file ShowerCalorimetry_module.cc.

Referenced by produce(), and ShowerCalorimetry().


The documentation for this class was generated from the following file: