Changeset 4409 for trunk/MagicSoft/Mars/mtemp
- Timestamp:
- 07/20/04 12:11:32 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mtemp/mifae
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtemp/mifae/Changelog
r4397 r4409 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2004/07/20 Javier Lopez 22 * library/MLiveTime.[h,cc] 23 - Containers to hold the live time. It has the option to 24 have several time bins. 25 * library/MLiveTimeCalc.[h,cc] 26 - Task to compute the live time from the data. 27 * macros/runlivetime.C 28 - Macro to use the MLiveTime+ stuff. 20 29 21 30 2004/07/15 Javier Lopez -
trunk/MagicSoft/Mars/mtemp/mifae/library/IFAELinkDef.h
r4355 r4409 22 22 #pragma link C++ class MDisp+; 23 23 #pragma link C++ class MDispCalc+; 24 #pragma link C++ class MSrcPosFromStars+; 25 #pragma link C++ class MLiveTime+; 26 #pragma link C++ class MLiveTimeCalc+; 24 27 25 28 #endif -
trunk/MagicSoft/Mars/mtemp/mifae/library/MFHVNotNominal.h
r3977 r4409 51 51 Float_t GetfMaxHVDeviation() const { return fMaxHVDeviation; } 52 52 Float_t GetfMaxNumPixelsDeviated() const { return fMaxNumPixelsDeviated; } 53 53 TArrayD GetHVNominal() const { return fHVNominal; } 54 54 55 ClassDef(MFHVNotNominal, 0) // Filter to filter the events with HV out of nominal values 55 56 }; -
trunk/MagicSoft/Mars/mtemp/mifae/library/Makefile
r4355 r4409 65 65 MDisp.cc \ 66 66 MDispCalc.cc \ 67 MControlPlots.cc 67 MControlPlots.cc \ 68 MSrcPosFromStars.c \ 69 MLiveTime.cc \ 70 MLiveTimeCalc.cc 68 71 69 72
Note:
See TracChangeset
for help on using the changeset viewer.