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
smear/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_
Smear
Definition:
Acceptance.cxx:16
SmearTree
int SmearTree(const Smear::Detector &, const TString &inFileName, const TString &outFileName="", Long64_t nEvents=-1)
Smear nEvents events from the TTree named EICTree in the named input file, using the smearing definit...
Definition:
SmearTree.cxx:44
Smear::Detector
The detector structure.
Definition:
Detector.h:44
include
eicsmear
smear
functions.h
Generated on Fri Jan 31 2020 15:11:34 for eic-smear by
1.8.17