utils.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <string>
4 #include <vector>
5 
9 
10 namespace VLN {
11 
12 std::pair<double, double> calcHitsChargeCalE(
13  const std::vector<art::Ptr<recob::Hit>> &hits,
14  const art::Event &evt,
15  calo::CalorimetryAlg &algCalorimetry,
16  unsigned int plane = 2
17 );
18 
19 }
20 
std::pair< double, double > calcHitsChargeCalE(const std::vector< art::Ptr< recob::Hit >> &hits, const art::Event &evt, calo::CalorimetryAlg &algCalorimetry, unsigned int plane)
Definition: utils.cxx:10
struct vector vector
Definition: utils.cxx:6
Declaration of signal hit object.
TCEvent evt
Definition: DataStructs.cxx:7