/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Mdc/MdcRawEvent/MdcRawEvent-00-03-08/test/CheckClID.cxx

Go to the documentation of this file.
00001 #include "math.h"
00002 #include "stdio.h"
00003 #include "MDCRawEvent/MdcDigi.h"
00004 
00005 #include <iostream>
00006 #include <fstream>
00007 #include <vector>
00008 
00009 using namespace std;
00014 int main (int argc, char** argv)
00015 {
00016   Identifier id;
00017 
00018   MdcDigi* mdcDigi = new MdcDigi(id, 10);
00019   std::cout << " MDC Digi CLID = " << mdcDigi->clID() << std::endl;
00020  
00021   MdcDigiCol* mdcDigiCol = new MdcDigiCol();
00022   std::cout << " MDC Digi collection CLID = " << mdcDigiCol->clID() << std::endl;
00023 
00024  return 1;
00025 }

Generated on Tue Nov 29 23:12:54 2016 for BOSS_7.0.2 by  doxygen 1.4.7