#include "TempModule.h"#include "StripHist.h"#include <JobControl/JobCModuleRegistry.h>#include <JobControl/JobCResult.h>#include <MessageService/MsgService.h>#include <RawData/RawRecord.h>#include <RawData/RawBeamMonBlock.h>#include <RawData/RawBeamData.h>#include <DataUtil/GetRecords.h>#include <Conventions/Munits.h>#include <TGraph.h>#include <TCanvas.h>#include <TStyle.h>#include <vector>#include <cassert>Go to the source code of this file.
Functions | |
| CVSID ("$Id: TempModule.cxx,v 1.5 2005/05/31 21:24:01 thosieck Exp $") | |
| JOBMODULE (TempModule,"MonTemp","Temperature related for Monitoring") | |
Variables | |
| const char * | temp_desc [][3] |
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
Initial value: {
{"HadMonTemp","Hadron mon temp","E:HMRTD"},
{"MuMon1Temp","Muon mon 1 temp","E:MM1RTD"},
{"MuMon2Temp","Muon mon 2 temp","E:MM2RTD"},
{"MuMon3Temp","Muon mon 3 temp","E:MM3RTD"},
{"HadMonEnvTemp","Hadron Mon Area Temp","E:TTHADM"},
{"MuMon1EnvTemp","Muon Alcove 1 Temp","E:TTMA1"},
{"MuMon2EnvTemp","Muon Alcove 2 Temp","E:TTMA2"},
{"MuMon3EnvTemp","Muon Alcove 3 Temp","E:TTMA3"},
{0,0,0},
}
Definition at line 30 of file TempModule.cxx. Referenced by TempModule::BeginJob(), TempModule::Fill(), and TempModule::TempModule(). |
1.3.9.1