Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:01:56

0001 #ifndef CombinedSVCategoryData_H
0002 #define CombinedSVCategoryData_H
0003 
0004 #include "CondFormats/Serialization/interface/Serializable.h"
0005 
0006 struct CombinedSVCategoryData {
0007   float JetEtaMax, JetEtaMin, JetPtMax, JetPtMin;
0008   int PartonType;
0009   int TaggingVariable;
0010   int VertexType;
0011 
0012   COND_SERIALIZABLE;
0013 };
0014 
0015 #endif