Opened 8 years ago
#40 new defect
Ceres is not able to read non compact Eventio
Reported by: | dbaack | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | milestone:milestone1 |
Component: | component1 | Version: | |
Keywords: | EventIO compact | Cc: |
Description
When ceres is executet on non compact EventIO data non event is processed through ceres. I tested it by using the same simulation with compact and non comapct data. In case of compact multiple events get processed through the simulation chain.
I think the most possible reason for this error is the return value of
Int_t MPhotonData::FillEventIO(Float_t f[8]){
...
return n-1;
}
in
https://trac.fact-project.org/browser/trunk/Mars/msim/MPhotonData.cc
The function used for the compact format uses a "return 1;"
Note:
See TracTickets
for help on using tickets.