EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
ConvertFile.C
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file ConvertFile.C
1
R__LOAD_LIBRARY
(libeicsmear.so)
2
3
void
ConvertFile
(const
char
*fname="MILOU_5x100_TOTAL_01_20evt.out", const
int
nevnt = 0)
4
{
5
// suppress warnings from far away particles
6
erhic::DisKinematics::BoundaryWarning
=
false
;
7
// translate input to standard root file
8
BuildTree
(fname,
"."
,nevnt);
9
// all done - quit the show
10
gSystem->Exit(0);
11
}
fun4all_eic_tutorials
blob
master
ReadEICGeneratorOutput
ConvertFile.C
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:51
using
1.8.2 with
EIC GitHub integration