File indexing completed on 2025-04-02 08:47:06
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010 #ifndef INCLUDE_EICSMEAR_SMEAR_FUNCTIONS_H_
0011 #define INCLUDE_EICSMEAR_SMEAR_FUNCTIONS_H_
0012
0013 #include <Rtypes.h> // For Long64_t
0014 #include <TString.h>
0015
0016 namespace Smear {
0017
0018 class Detector;
0019
0020 }
0021
0022
0023
0024
0025
0026
0027 int SmearTree(const Smear::Detector&, const TString& inFileName,
0028 const TString& outFileName = "", Long64_t nEvents = -1);
0029
0030 #endif