CMS 3D CMS Logo

TIDFlagTxt.cc

Go to the documentation of this file.
00001 // Author : Samvel Khalatian (samvel at fnal dot gov)
00002 // Created: 07/27/07
00003 // License: GPL
00004 
00005 #include "CalibTracker/SiStripRunSummary/interface/ClassID.h"
00006 
00007 #include "CalibTracker/SiStripRunSummary/interface/TIDFlagTxt.h"
00008 #include "CalibTracker/SiStripRunSummary/interface/TIDFlagXML.h"
00009 
00010 // --[ TID FLAG TXT ]----------------------------------------------------------
00011 //                                                  --[ PUBLIC ]--
00012 TIDFlagTxt::TIDFlagTxt( const TIDFlagXML *poTID_FLAGXML)
00013   : FlagTxt( *( dynamic_cast<const FlagXML *>( poTID_FLAGXML) ) ) {}
00014 
00015 //                                                  --[ PROTECTED ]--
00016 Clonable *TIDFlagTxt::cloneXML() const {
00017   return new TIDFlagXML( this);
00018 }
00019 
00020 ClassIDBase::ID TIDFlagTxt::getID() const {
00021   return ClassID<TIDFlagTxt>::get();
00022 }

Generated on Tue Jun 9 17:25:53 2009 for CMSSW by  doxygen 1.5.4