CMS 3D CMS Logo

CalibrationTarget.h

Go to the documentation of this file.
00001 #ifndef CALIBRATIONTARGET_H_
00002 #define CALIBRATIONTARGET_H_
00003 
00004 /*
00005  * \class CalibrationTarget
00006  * \brief Enumerates possible targets for calibration
00007  * 
00008  * The undefined element means just that!
00009  * 
00010  * \author Jamie Ballin
00011  * \date June 2008
00012  */
00013 enum CalibrationTarget {
00014         UNDEFINED = 0, CLUSTER = 1, RECHIT = 2, PFCANDIDATE = 3, PFELEMENT = 4, CORR_CLUSTER = -1, PRE_RECHIT = 6, PRE_PFCANDIDATE = 7
00015 };
00016 
00017 #endif /*CALIBRATIONTARGET_H_*/

Generated on Tue Jun 9 17:44:40 2009 for CMSSW by  doxygen 1.5.4