Changeset 592
- Timestamp:
- 01/30/01 16:42:18 (24 years ago)
- Location:
- trunk/MagicSoft
- Files:
-
- 3 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/AnalysisIncl.h
r588 r592 4 4 #include <TClonesArray.h> 5 5 6 #include "MParContainer.h" 7 6 8 #endif // __CINT__ -
trunk/MagicSoft/Mars/manalysis/AnalysisLinkDef.h
r588 r592 8 8 #pragma link C++ class MNphotEvent; 9 9 10 #pragma link C++ class MReadCT1Ascii; 11 12 10 13 11 14 #endif -
trunk/MagicSoft/Mars/manalysis/MNphotEvent.h
r588 r592 1 1 #ifndef MNPHOTEVENT_H 2 2 #define MNPHOTEVENT_H 3 4 #ifndef MPARCONTAINER_H 5 #include "MParContainer.h" 6 #endif 3 7 4 8 #include <iostream> … … 46 50 // ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 47 51 48 class MNphotEvent : public TObject52 class MNphotEvent : public MParContainer 49 53 { 50 54 private: -
trunk/MagicSoft/Mars/manalysis/Makefile
r588 r592 31 31 .SUFFIXES: .c .cc .cxx .h .hxx .o 32 32 33 SRCFILES = MNphotEvent.cc 33 SRCFILES = MNphotEvent.cc \ 34 MReadCT1Ascii.cc 34 35 35 36 SRCS = $(SRCFILES) -
trunk/MagicSoft/include-Classes/MMcFormat/Makefile
r574 r592 33 33 SRCFILES = MHeaderTrig.cxx \ 34 34 MMcEvt.cxx \ 35 MMcTrig.cxx 35 MMcTrig.cxx 36 36 37 37 SRCS = $(SRCFILES)
Note:
See TracChangeset
for help on using the changeset viewer.