LArSoft  v06_85_00
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  void SaveCRInfo(TjStuff& tjs, PFPStruct& ms, bool prt, bool fIsRealData);
15  int GetOrigin(TjStuff& tjs, PFPStruct& ms);
16  void ClearCRInfo(TjStuff& tjs);
17 }
18 
19 #endif
void SaveCRInfo(TjStuff &tjs, PFPStruct &pfp, bool prt, bool fIsRealData)
Definition: TCCR.cxx:8
int GetOrigin(TjStuff &tjs, PFPStruct &pfp)
Definition: TCCR.cxx:77
void ClearCRInfo(TjStuff &tjs)
Definition: TCCR.cxx:117