Changes between Version 1 and Version 2 of Ticket #1023, comment 1
- Timestamp:
- Sep 20, 2016, 10:58:39 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1023, comment 1
v1 v2 1 1 Hi, 2 2 3 there is no universal ROOT format. We have a ROOT reader since 3.3.3, but it reads the format of Delphes. Unfortunately we cannot support every single custom format out there. Therefore the best is that you write your own reader (you can start from DelphesROOT.cpp for instance, in "readers" directory .) or simply convert your format in one of the formats supported by Delphes (HepMC, STDHEP, LHEF)3 there is no universal ROOT format. We have a ROOT reader since 3.3.3, but it reads the format of Delphes. Unfortunately we cannot support every single custom format out there. Therefore the best is that you write your own reader (you can start from DelphesROOT.cpp for instance, in "readers" directory) or simply convert your format in one of the formats supported by Delphes (HepMC, STDHEP, LHEF) 4 4 5 5 Michele