Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2024-06-29 07:05:50

0001 /**
0002  \file
0003  Implementation of class erhic::EventMilou.
0004  
0005  \author    Thomas Burton
0006  \date      2011-07-07
0007  \copyright 2011 Brookhaven National Lab
0008  */
0009 
0010 #include "eicsmear/erhic/EventHepMC.h"
0011 
0012 #include <cmath>
0013 #include <sstream>
0014 #include <string>
0015 #include <iostream>
0016 
0017 namespace erhic {
0018 
0019 EventHepMC::EventHepMC()
0020 // : radcorr(-1)
0021 // , weight(NAN)
0022 // , trueX(NAN)
0023 // , trueQ2(NAN)
0024 // , trueY(NAN)
0025 // , trueT(NAN)
0026 // , truePhi(NAN)
0027 // , phibelgen(NAN)
0028 // , phibelres(NAN)
0029 // , phibelrec(NAN)
0030 {
0031 }
0032 
0033 }  // namespace erhic