Changeset 466 for trunk/MagicSoft/Mars/mdatacheck
- Timestamp:
- 01/12/01 14:48:35 (24 years ago)
- Location:
- trunk/MagicSoft/Mars/mdatacheck
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mdatacheck/MDumpEvtHeader.cc
r462 r466 1 1 #include "MDumpEvtHeader.h" 2 3 #include "MParList.h" 4 #include "MRawEvtHeader.h" 5 #include "MRawEvtPixelIter.h" 2 6 3 7 //ClassImp(MDumpEvtHeader) -
trunk/MagicSoft/Mars/mdatacheck/MDumpEvtHeader.h
r462 r466 1 1 #ifndef MDUMPEVTHEADER_H 2 2 #define MDUMPEVTHEADER_H 3 4 #ifndef MAGIC_h 5 #include "MAGIC.h" 6 #endif 3 7 4 8 #ifndef MTASK_H … … 6 10 #endif 7 11 8 #include "MParList.h" 9 #include <TSystem.h> 10 11 #include "MRawEvtHeader.h" 12 #include "MRawEvtData.h" 13 #include "MRawEvtPixelIter.h" 12 class MRawEvtHeader; 13 class MRawEvtData; 14 class MRawEvtPixelIter; 15 class MParList; 14 16 15 17 class MDumpEvtHeader : public MTask { -
trunk/MagicSoft/Mars/mdatacheck/MFillAdcSpect.cc
r462 r466 1 1 #include "MFillAdcSpect.h" 2 3 #include <iostream.h> 4 5 #include "MParList.h" 6 #include "MHistosAdc.h" 7 #include "MRawEvtData.h" 8 #include "MRawEvtPixelIter.h" 2 9 3 10 //ClassImp(MFillAdcSpect) … … 7 14 *fName = name ? name : "MFillAdcSpect"; 8 15 *fTitle = title ? title : "Task to fill the adc spectra with raw data"; 9 10 11 16 12 17 fRawEvtData = NULL ; -
trunk/MagicSoft/Mars/mdatacheck/MFillAdcSpect.h
r462 r466 1 1 #ifndef MFILLADCSPECT_H 2 2 #define MFILLADCSPECT_H 3 4 #ifndef MAGIC_H 5 #include "MAGIC.h" 6 #endif 3 7 4 8 #ifndef MTASK_H … … 6 10 #endif 7 11 8 #include "MParList.h" 9 #include <TSystem.h> 10 11 #include "MRawEvtHeader.h" 12 #include "MRawEvtData.h" 13 #include "MRawEvtPixelIter.h" 14 #include "MHistosAdc.h" 12 class MParList; 13 class MHistosAdc; 14 class MRawEvtData; 15 class MRawEvtPixelIter; 15 16 16 17 class MFillAdcSpect : public MTask { -
trunk/MagicSoft/Mars/mdatacheck/MGDisplayAdc.cc
r462 r466 1 2 1 #include "MGDisplayAdc.h" 2 3 #include <TGListBox.h> // TGListBox 4 #include <TGButton.h> // TGTextButton 5 #include <TGSlider.h> // TGVSlider 6 #include <TCanvas.h> // TCanvas.h 7 #include <TGMsgBox.h> // TGMsgBox 8 #include <TRootEmbeddedCanvas.h> // TRootEmbeddedCanvas 9 10 #include "MHistosAdc.h" 11 12 enum ComIdentDisplayAdc { 13 M_BUTTON_SAVE, 14 M_BUTTON_PRINT, 15 M_BUTTON_PRINTALL, 16 M_BUTTON_CLOSE , 17 18 M_BUTTON_PREV, 19 M_BUTTON_NEXT, 20 21 M_LIST_HISTO, 22 M_RADIO_HIGH, 23 M_RADIO_LOW, 24 M_RADIO_LH, 25 M_BUTTON_RESET, 26 M_VSId1 27 } ; 3 28 4 29 MGDisplayAdc::MGDisplayAdc ( MHistosAdc *Histos, … … 236 261 // 237 262 Int_t buttons = 4, retval = 0 ; 238 Char_t wort[100] ;239 Char_t extens[5] ;240 Char_t command[110] ;241 242 TGFileItem *item ; // to process items in the file view container243 void *np = NULL ; // null pointer263 //Char_t wort[100] ; 264 //Char_t extens[5] ; 265 //Char_t command[110] ; 266 267 //TGFileItem *item ; // to process items in the file view container 268 //void *np = NULL ; // null pointer 244 269 245 270 switch (GET_MSG(msg)) -
trunk/MagicSoft/Mars/mdatacheck/MGDisplayAdc.h
r462 r466 2 2 #define MGDISPLAYADC_H 3 3 4 #include <iostream.h> 5 #include <TROOT.h> 6 #include <TApplication.h> 7 #include <TSystem.h> 8 #include <TGClient.h> 9 #include <TGButton.h> 10 #include <TGMenu.h> 11 #include <TGTab.h> 12 #include <TGListBox.h> 13 #include <TGPicture.h> 14 #include <TRootEmbeddedCanvas.h> 15 #include <TCanvas.h> 16 #include <TGFSContainer.h> 17 #include <TGMsgBox.h> 18 #include <TVirtualX.h> 19 #include <TGFrame.h> 20 #include <TGTextEntry.h> 21 #include <TGSlider.h> 22 #include <TGDoubleSlider.h> 23 #include <TGScrollBar.h> 24 #include <TSlider.h> 4 #ifndef ROOT_TFrame 5 #include <TGFrame.h> // TGTransientFrame 6 #endif 25 7 26 27 #include <TVirtualX.h> 28 #include <TGClient.h> 29 30 #include "MHistosAdc.h" 31 32 class MHistosAdc; 33 34 35 36 enum ComIdentDisplayAdc { 37 M_BUTTON_SAVE, 38 M_BUTTON_PRINT, 39 M_BUTTON_PRINTALL, 40 M_BUTTON_CLOSE , 41 42 M_BUTTON_PREV, 43 M_BUTTON_NEXT, 44 45 M_LIST_HISTO, 46 M_RADIO_HIGH, 47 M_RADIO_LOW, 48 M_RADIO_LH, 49 M_BUTTON_RESET, 50 M_VSId1 51 } ; 8 class MHistosAdc; 9 class TGListBox; 10 class TGTextButton; 11 class TRootEmbeddedCanvas; 12 class TCanvas; 13 class TGVSlider; 14 class TGRadioButton; 52 15 53 16 class MGDisplayAdc : public TGTransientFrame { -
trunk/MagicSoft/Mars/mdatacheck/MHistosAdc.h
r462 r466 2 2 #define MHISTOSADC_H 3 3 4 #ifndef MAGIC_H 4 5 #include "MAGIC.h" 6 #endif 5 7 8 #ifndef ROOT_TObjArray 6 9 #include <TObjArray.h> 10 #endif 7 11 12 #ifndef MPARCONTAINER_H 8 13 #include "MParContainer.h" 14 #endif 9 15 10 16 class MHistosAdc : public MParContainer -
trunk/MagicSoft/Mars/mdatacheck/MShowSpect.cc
r462 r466 1 1 #include "MShowSpect.h" 2 2 3 #include <stdlib.h> 4 5 #include <TROOT.h> 6 #include <TApplication.h> 7 #include <TSystem.h> 8 #include <TGClient.h> 9 #include <TGFileDialog.h> 10 #include <TVirtualX.h> 11 12 #include "MParList.h" 13 #include "MHistosAdc.h" 3 #include "MParList.h" // MParList 4 #include "MGDisplayAdc.h" // MGDisplayAdc 14 5 15 6 -
trunk/MagicSoft/Mars/mdatacheck/MShowSpect.h
r462 r466 2 2 #define MSHOWSPECT_H 3 3 4 #ifndef MAGIC_H 4 5 #include "MAGIC.h" 6 #endif 5 7 8 #ifndef MTASK_H 6 9 #include "MTask.h" 7 # include "MGDisplayAdc.h"10 #endif 8 11 9 class MGDisplayAdc ; 10 12 class MGDisplayAdc; 11 13 class MHistosAdc; 12 class MHistosTdc;13 14 class MParList ; 14 15
Note:
See TracChangeset
for help on using the changeset viewer.