eic-smear  1.0.3
A collection of ROOT classes for Monte Carlo events and a fast-smearing code simulating detector effects for the Electron-Ion Collider task force
functions.h
Go to the documentation of this file.
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_
int SmearTree(const Smear::Detector &, const TString &inFileName, const TString &outFileName="", Long64_t nEvents=-1)
Definition: SmearTree.cxx:44