#include "LossModule.h"#include "StripHist.h"#include <JobControl/JobCModuleRegistry.h>#include <JobControl/JobCResult.h>#include <RawData/RawRecord.h>#include <RawData/RawBeamMonBlock.h>#include <RawData/RawBeamData.h>#include <DataUtil/GetRecords.h>#include <BeamDataUtil/BDDevices.h>#include <MessageService/MsgService.h>#include <Conventions/Munits.h>#include <TGraph.h>#include <TCanvas.h>#include <TH2F.h>#include <TLatex.h>#include <TStyle.h>#include <TGaxis.h>#include <vector>Go to the source code of this file.
Defines | |
| #define | minimum(a, b) ((a) > (b) ? (b) : (a)) |
| #define | maximum(a, b) ((a) > (b) ? (a) : (b)) |
Typedefs | |
| typedef std::map< std::string, StripHist * > | StripHistMap |
| typedef std::map< std::string, TH1F * > | TH1FMap |
Functions | |
| CVSID ("$Id: LossModule.cxx,v 1.9 2005/06/09 15:26:43 thosieck Exp $") | |
| JOBMODULE (LossModule,"MonLoss","Proton loss related for Monitoring") | |
|
|
Definition at line 42 of file LossModule.cxx. |
|
|
Plot Beam Loss Related Quantities for Beam Monitoring Authors: Tom Osiecki + Brett Biren osiecki@mail.hep.utexas.edu bv@bnl.gov Definition at line 41 of file LossModule.cxx. |
|
|
Definition at line 88 of file LossModule.cxx. |
|
|
Definition at line 89 of file LossModule.cxx. |
|
||||||||||||
|
|
|
||||||||||||||||
|
|
1.3.9.1