CMS 3D CMS Logo

TIDFlagXML.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/TIDFlagXML.h"
00008 #include "CalibTracker/SiStripRunSummary/interface/TIDFlagTxt.h"
00009 
00010 // --[ TID FLAG XML ]----------------------------------------------------------
00011 //                                                  --[ PUBLIC ]--
00012 TIDFlagXML::TIDFlagXML( const TIDFlagTxt *poTID_FLAGTXT)
00013   : FlagXML( *( dynamic_cast<const FlagTxt *>( poTID_FLAGTXT) ) ) {}
00014 
00015 //                                                  --[ PROTECTED ]--
00016 Clonable *TIDFlagXML::cloneTxt() const {
00017   return new TIDFlagTxt( this);
00018 }
00019 
00020 ClassIDBase::ID TIDFlagXML::getID() const {
00021   return ClassID<TIDFlagXML>::get();
00022 }

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