Changeset 585 for trunk/MagicSoft
- Timestamp:
- 01/22/01 16:41:33 (24 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Makefile
r574 r585 35 35 # ----->>> mars libraries 36 36 # 37 SUBDIRS = mgui m datacheck mbase mraw mmc37 SUBDIRS = mgui meventdisp mdatacheck mbase mraw mmc 38 38 39 39 LIBRARIES = $(SUBDIRS:=.a) … … 93 93 @cd mmc; make mrproper; cd .. 94 94 @echo "cd .." 95 @echo "cd meventdisp" 96 @cd meventdisp; make mrproper; cd .. 97 @echo "cd .." 98 95 99 96 100 -
trunk/MagicSoft/Mars/Makefile.depend
r454 r585 8 8 9 9 # DO NOT DELETE 10 11 MGFadcDisp.o: MGFadcDisp.h ../mbase/MAGIC.h /cern/root/include/TROOT.h 12 MGFadcDisp.o: /cern/root/include/TDirectory.h /cern/root/include/TNamed.h 13 MGFadcDisp.o: /cern/root/include/TObject.h /cern/root/include/Rtypes.h 14 MGFadcDisp.o: /cern/root/include/RConfig.h /cern/root/include/RVersion.h 15 MGFadcDisp.o: /usr/include/stdio.h /usr/include/features.h 16 MGFadcDisp.o: /usr/include/sys/cdefs.h /usr/include/gnu/stubs.h 17 MGFadcDisp.o: /usr/lib/gcc-lib/i486-linux/2.7.2.3/include/stddef.h 18 MGFadcDisp.o: /usr/lib/gcc-lib/i486-linux/2.7.2.3/include/stdarg.h 19 MGFadcDisp.o: /usr/include/bits/types.h /usr/include/libio.h 20 MGFadcDisp.o: /usr/include/_G_config.h /usr/include/bits/stdio_lim.h 21 MGFadcDisp.o: /cern/root/include/DllImport.h /cern/root/include/Varargs.h 22 MGFadcDisp.o: /cern/root/include/TStorage.h /cern/root/include/TBuffer.h 23 MGFadcDisp.o: /cern/root/include/Bytes.h /usr/include/string.h 24 MGFadcDisp.o: /cern/root/include/TList.h /cern/root/include/TSeqCollection.h 25 MGFadcDisp.o: /cern/root/include/TCollection.h /cern/root/include/TIterator.h 26 MGFadcDisp.o: /cern/root/include/TString.h /cern/root/include/TMath.h 27 MGFadcDisp.o: /cern/root/include/TRefCnt.h /cern/root/include/TDatime.h 28 MGFadcDisp.o: /cern/root/include/Htypes.h /cern/root/include/TGFrame.h 29 MGFadcDisp.o: /cern/root/include/TGWindow.h /cern/root/include/TGObject.h 30 MGFadcDisp.o: /cern/root/include/GuiTypes.h /cern/root/include/TGClient.h 31 MGFadcDisp.o: /cern/root/include/TVirtualX.h /cern/root/include/TAttLine.h 32 MGFadcDisp.o: /cern/root/include/Gtypes.h /cern/root/include/TAttFill.h 33 MGFadcDisp.o: /cern/root/include/TAttText.h /cern/root/include/TAttMarker.h 34 MGFadcDisp.o: /cern/root/include/TGDimension.h /cern/root/include/TGLayout.h 35 MGFadcDisp.o: /cern/root/include/TGString.h /cern/root/include/TGButton.h 36 MGFadcDisp.o: /cern/root/include/TGWidget.h 37 MGFadcDisp.o: /cern/root/include/WidgetMessageTypes.h 38 MGFadcDisp.o: /cern/root/include/TGLabel.h /cern/root/include/TGSplitter.h 39 MGFadcDisp.o: /cern/root/include/TGTab.h /cern/root/include/TGListBox.h 40 MGFadcDisp.o: /cern/root/include/TGCanvas.h /cern/root/include/TGSlider.h 41 MGFadcDisp.o: /cern/root/include/TRootEmbeddedCanvas.h 42 MGFadcDisp.o: /cern/root/include/TGTextEntry.h 43 MGFadcDisp.o: /cern/root/include/TGTextBuffer.h -
trunk/MagicSoft/Mars/mbase/MReadTree.cc
r463 r585 159 159 } 160 160 161 Bool_t MReadTree::GetEvent() 162 { 163 // Get the Event with the current EventNumber fNumEntry 164 // 165 fTree->GetEntry(fNumEntry ); 166 167 return kTRUE; 168 } 161 169 Bool_t MReadTree::DecEventNum(UInt_t dec) 162 170 { -
trunk/MagicSoft/Mars/mbase/MReadTree.h
r463 r585 28 28 Bool_t PostProcess(); 29 29 30 // Bool_t GetEvent(Int_t num) ;30 Bool_t GetEvent() ; 31 31 32 32 Bool_t DecEventNum(UInt_t dec=1); // decrease number of event (position in tree) -
trunk/MagicSoft/Mars/mraw/MRawEvtData.cc
r456 r585 155 155 156 156 TGraph *graph = new TGraph(n, x, y); 157 graph->SetMaximum (256) ; 158 graph->SetMinimum (0) ; 159 157 160 graph->Draw("AC*"); 158 161 -
trunk/MagicSoft/Mars/readraw.cc
r584 r585 18 18 #include "MInputStreamID.h" 19 19 20 #include "MMcEvt.hxx" 20 #include "MMcEvt.hxx" 21 #include "MMcTrig.hxx" 21 22 22 23 #include "MGMarsMain.h" … … 68 69 69 70 MMcEvt *evtmc = new MMcEvt() ; 71 MMcTrig *trigmc = new MMcTrig() ; 70 72 71 73 // … … 129 131 evttree->GetBranch("MRawCrateArray")->SetAddress(&evtcrate); 130 132 133 if ( ! strcmp(name, "MMcTrig") ) 134 evttree->GetBranch("MMcTrig")->SetAddress(&trigmc); 135 131 136 if (!strcmp(name, "MMcEvt")) 132 137 evttree->GetBranch("MMcEvt")->SetAddress(&evtmc); 133 138 134 if (!strcmp(name, "MMcTrig"))135 cout << " Not able to connect to class MMcTrig yet." << endl;136 139 } 137 140
Note:
See TracChangeset
for help on using the changeset viewer.