LArSoft  v07_13_02
Liquid Argon Software toolkit - http://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 
12 
13 namespace tca {
14 
15  void SaveCRInfo(TCSlice& tcs, PFPStruct& ms, bool prt, bool fIsRealData);
16  int GetOrigin(TCSlice& tcs, PFPStruct& ms);
17  void ClearCRInfo(TCSlice& tcs);
18 }
19 
20 #endif
void SaveCRInfo(TCSlice &slc, PFPStruct &pfp, bool prt, bool fIsRealData)
Definition: TCCR.cxx:8
int GetOrigin(TCSlice &slc, PFPStruct &pfp)
Definition: TCCR.cxx:77
void ClearCRInfo(TCSlice &slc)
Definition: TCCR.cxx:118