how do I supply an rcdb.root file to chanser #19
Replies: 2 comments
-
Sorry documentation is a work in progress, hopefully get onto it this week.
These lines must be added to Run***.C or Processor.C type files |
Beta Was this translation helpful? Give feedback.
-
Now if you want to set the beam energy you can get this from the RunInfo object which is set from rcdb. So in you final state class header file you can implement a DerivedChangeRun function which sets the energy of your beam 4-vector
This will also work for simulated data assuming your Lund input file records the electron beam energy in the expected slot. If not you can edit this function with any hack you want. |
Beta Was this translation helpful? Give feedback.
-
Sorry if I am missing something absolutely glaring in the documentation, please point me to it if i am, but how do I supply an rcdb.root file to chanser in order to read the beam energy from it?
Beta Was this translation helpful? Give feedback.
All reactions