CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MITConversionUtilities.h
Go to the documentation of this file.
1 #ifndef MITCONVERSIONUTILITIES_H
2 #define MITCONVERSIONUTILITIES_H
3 
4 #include <stdint.h>
5 #include <vector>
7 
8 namespace HWWFunctions {
9 
10 bool isMITConversion(HWW&, unsigned int elidx,
11  int nWrongHitsMax,
12  float probMin,
13  float dlMin,
14  bool matchCTF,
15  bool requireArbitratedMerged);
16 
17 }
18 
19 #endif
bool isMITConversion(HWW &, unsigned int elidx, int nWrongHitsMax, float probMin, float dlMin, bool matchCTF, bool requireArbitratedMerged)
Definition: HWW.h:11