RecoSim  1.0
 All Classes Files Functions Variables Enumerations
pe_implementation.h
1 
21 #ifndef PEIMPLEMENTATION_H
22 #define PEIMPLEMENTATION_H
23 
24 enum PEImplementation {HARD, SOFT};
25 
26 #endif