00001
00002 #include "LoopTest.hh"
00003
00004 #include <TSystem.h>
00005 #include <TFile.h>
00006 #include <TTree.h>
00007 #include <TObject.h>
00008
00009
00010 #include <Stiostream.h>
00011 #include <StMessMgr.h>
00012 #include <StMuDSTMaker/COMMON/StMuDst.h>
00013 #include <StMuDSTMaker/COMMON/StMuEvent.h>
00014 #include <StMuDSTMaker/COMMON/StMuDstMaker.h>
00015 #include <StMuDSTMaker/COMMON/StMuPrimaryVertex.h>
00016 #include <StJetFinder/StProtoJet.h>
00017 #include <StEmcUtil/geometry/StEmcGeom.h>
00018
00019 #include <StMuEmcPosition.h>
00020 #include <StMuTrackFourVec.h>
00021 #include <StJet.h>
00022 #include <StJets.h>
00023
00024 #include <StBET4pMakerImp.h>
00025 #include <StjTPCMuDst.h>
00026 #include <StjBEMCMuDst.h>
00027
00028 #include <StEmcRawMaker/StBemcTables.h>
00029
00030 #include <St_db_Maker/St_db_Maker.h>
00031 #include <StEmcADCtoEMaker/StEmcADCtoEMaker.h>
00032 #include <StSpinPool/StSpinDbMaker/StSpinDbMaker.h>
00033 #include <StTriggerUtilities/StTriggerSimuMaker.h>
00034 #include <StTriggerUtilities/Bemc/StBemcTriggerSimu.h>
00035 #include <StTriggerUtilities/L2Emulator/StGenericL2Emulator.h>
00036 #include <StTriggerUtilities/L2Emulator/StL2_2006EmulatorMaker.h>
00037
00038 #include <StMuTrackFourVec.h>
00039
00040 #include <Rtypes.h>
00041
00042 using namespace std;
00043
00044
00045 CPPUNIT_TEST_SUITE_REGISTRATION( LoopTest );
00046
00047 void LoopTest::setUp()
00048 {
00049
00050 }
00051
00052 void LoopTest::tearDown()
00053 {
00054
00055 }
00056
00057 void LoopTest::testOne()
00058 {
00059
00060
00061
00062
00063
00064
00065
00066
00067
00068
00069
00070
00071
00072
00073
00074
00075
00076
00077
00078
00079
00080
00081
00082
00083
00084
00085
00086
00087
00088
00089
00090
00091 }