CMS 3D CMS Logo

TIBFlagTxt.cc

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

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