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
EventDpmjet.cxx
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file EventDpmjet.cxx
1
10
#include "
eicsmear/erhic/EventDpmjet.h
"
11
12
#include <sstream>
13
#include <string>
14
15
namespace
erhic {
16
17
bool
EventDpmjet::Parse
(
const
std::string& line) {
18
static
std::stringstream ss;
19
ss.str(
""
);
20
ss.clear();
21
ss << line;
22
ss >>
I
>>
ievent
>>
process1
>>
process2
>>
IP
>>
dtrueW2
23
>>
dtrueNu
>>
dtrueQ2
>>
dtrueX
>>
dtrueY
>>
theta_Evt
>>
photonFlux
24
>>
tgtparton
>>
prjparton
>>
xtgtparton
>>
xprjparton
>>
nucleon
25
>>
nTracks
;
26
number
=
ievent
;
27
return
!ss.fail();
28
}
29
30
}
// namespace erhic
eic-smear
blob
master
src
erhic
EventDpmjet.cxx
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:32
using
1.8.2 with
EIC GitHub integration