LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
TCCR.h
Go to the documentation of this file.
1 //
3 // Cosmic removal tools
4 //
5 // Tingjun Yang (tjyang@fnal.gov)
6 //
8 #ifndef TRAJCLUSTERTCCR_H
9 #define TRAJCLUSTERTCCR_H
10 
11 namespace detinfo {
12  class DetectorClocksData;
13 }
14 
15 namespace tca {
16 
17  struct PFPStruct;
18  struct TCSlice;
19 
20  void SaveCRInfo(detinfo::DetectorClocksData const& clockData,
21  TCSlice& tcs,
22  PFPStruct& ms,
23  bool fIsRealData);
24  int GetOrigin(detinfo::DetectorClocksData const& clockData, TCSlice& tcs, PFPStruct& ms);
25  void ClearCRInfo(TCSlice& tcs);
26 }
27 
28 #endif
int GetOrigin(detinfo::DetectorClocksData const &clockData, TCSlice &slc, PFPStruct &pfp)
Definition: TCCR.cxx:69
void SaveCRInfo(detinfo::DetectorClocksData const &clockData, TCSlice &slc, PFPStruct &pfp, bool fIsRealData)
Definition: TCCR.cxx:25
General LArSoft Utilities.
Contains all timing reference information for the detector.
void ClearCRInfo(TCSlice &slc)
Definition: TCCR.cxx:111