EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
functions.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file functions.h
1 
10 #ifndef INCLUDE_EICSMEAR_SMEAR_FUNCTIONS_H_
11 #define INCLUDE_EICSMEAR_SMEAR_FUNCTIONS_H_
12 
13 #include <Rtypes.h> // For Long64_t
14 #include <TString.h>
15 
16 namespace Smear {
17 
18  class Detector;
19 
20 } // namespace Smear
21 
27 int SmearTree(const Smear::Detector&, const TString& inFileName,
28  const TString& outFileName = "", Long64_t nEvents = -1);
29 
30 #endif // INCLUDE_EICSMEAR_SMEAR_FUNCTIONS_H_