Fork me on GitHub

Opened 11 years ago

Last modified 10 years ago

#247 closed Bug

Problem with jets — at Version 1

Reported by: Ben Hooberman Owned by:
Priority: minor Milestone:
Component: Delphes code Version: Delphes 3
Keywords: Cc:

Description (last modified by Pavel Demin)

Hello,

I am attempting to analyze the 100 TeV pp samples for the FHC studies that are listed here:

http://www.snowmass2013.org/tiki-index.php?page=Energy_Frontier_FastSimulation

I have downloaded v3.0.12 of Delphes from the main website (and I'm using ROOT 5.32), while the above site says the samples were produced with v3.0.9.

When I load the Delphes ntuples, I get the error output related to jets below. My guess is that this is due to incompatible Delphes versions, but I'm not sure. I was unable to find v3.0.9 on the Delphes website, to check if that fixes the problem.

Any ideas what causes this and how to fix it? Thanks very much,
Ben

Warning in <TStreamerInfo::BuildCheck>: 
   The StreamerInfo of class Jet read from file Backgrounds/red-gridftp11.unl.edu/Snowmass/HTBinned/Delphes-3.0.9.2/40PileUp/tt-4p-0-1000_100TEV/tt-4p-0-1000_100TEV_40PileUp_43931208.root
   has the same version (=2) as the active class but a different checksum.
   You should update the version to ClassDef(Jet,3).
   Do not try to write objects with the current class definition,
   the files will not be readable.

Warning in <TStreamerInfo::CompareContent>: The following data member of
the in-memory layout version 2 of class 'Jet' is missing from 
the on-file layout version 2:
   UInt_t WTag; //
Warning in <TStreamerInfo::CompareContent>: The following data member of
the in-memory layout version 2 of class 'Jet' is missing from 
the on-file layout version 2:
   UInt_t TopTag; //
Warning in <TStreamerInfo::CompareContent>: The following data member of
the in-memory layout version 2 of class 'Jet' is missing from 
the on-file layout version 2:
   UInt_t HTag; //
Warning in <TStreamerInfo::CompareContent>: The following data member of
the in-memory layout version 2 of class 'Jet' is missing from 
the on-file layout version 2:
   Float_t Tau1; //
Warning in <TStreamerInfo::CompareContent>: The following data member of
the in-memory layout version 2 of class 'Jet' is missing from 
the on-file layout version 2:
   Float_t Tau2; //
Warning in <TStreamerInfo::CompareContent>: The following data member of
the in-memory layout version 2 of class 'Jet' is missing from 
the on-file layout version 2:
   Float_t Tau3; //
Warning in <TStreamerInfo::CompareContent>: The following data member of
the in-memory layout version 2 of class 'Jet' is missing from 
the on-file layout version 2:
   UInt_t NSubJets; //
Warning in <TStreamerInfo::CompareContent>: The following data member of
the in-memory layout version 2 of class 'Jet' is missing from 
the on-file layout version 2:
   Float_t MassDrop; //
Warning in <TStreamerInfo::CompareContent>: The following data member of
the in-memory layout version 2 of class 'Jet' is missing from 
the on-file layout version 2:
   Float_t TrimmedMass; //
Warning in <TStreamerInfo::CompareContent>: The following data member of
the in-memory layout version 2 of class 'Jet' is missing from 
the on-file layout version 2:
   Int_t Charge; //
Warning in <TStreamerInfo::CompareContent>: The following data member of
the in-memory layout version 2 of class 'Jet' is missing from 
the on-file layout version 2:
   Float_t EhadOverEem; //
Warning in <TStreamerInfo::CompareContent>: The following data member of
the in-memory layout version 2 of class 'Jet' is missing from 
the on-file layout version 2:
   TRefArray Constituents; //
Warning in <TStreamerInfo::CompareContent>: The following data member of
the in-memory layout version 2 of class 'Jet' is missing from 
the on-file layout version 2:
   TRefArray Particles; //

Change History (1)

comment:1 by Pavel Demin, 11 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.