00001 00012 #ifndef __H1ODSLEPTONID_H 00013 #define __H1ODSLEPTONID_H 00014 00015 #include "jbltools/sfh/h1/H1Funs.h" 00016 00017 #include "H1Tracks/H1LeptonIdArrayPtr.h" 00018 #include "H1Tracks/H1LeptonId.h" 00019 00020 static JBLH1ClonesArrayEntries& ods_NumLeptonIds = *new JBLH1ClonesArrayEntries("LeptonIds"); 00021 static JBLH1SomeArrayIterator<H1LeptonIdArrayPtr, H1TrackId>& ods_LeptonIds = 00022 *new JBLH1SomeArrayIterator<H1LeptonIdArrayPtr, H1TrackId>; 00023 00024 #endif /* #ifndef __H1ODSLEPTONID_H */