Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:03:47

0001 #ifndef DataFormats_BTauReco_JetTag_h
0002 #define DataFormats_BTauReco_JetTag_h
0003 // \class JetTag
0004 //
0005 // \short base class for persistent tagging result
0006 // JetTag is a simple class with a reference to a jet, it's extended tagging niformations, and a tagging discriminant
0007 //
0008 //
0009 // \author Marcel Vos, Andrea Rizzi, Andrea Bocci based on ORCA version by Christian Weiser, Andrea Rizzi
0010 // \version first version on January 12, 2006
0011 
0012 #include "DataFormats/JetReco/interface/JetFloatAssociation.h"
0013 
0014 namespace reco {
0015 
0016   typedef JetFloatAssociation::value_type JetTag;
0017   typedef JetFloatAssociation::Container JetTagCollection;
0018 
0019 }  // namespace reco
0020 
0021 #endif  // DataFormats_BTauReco_JetTag_h