AliRoot Core
v5-06-30 (35d6c57)
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
SORNotifier.cxx
Go to the documentation of this file.
1
#include "
SORNotifier.h
"
2
3
#include "AliLog.h"
4
#include "
AliOnlineRecoTrigger.h
"
5
6
//______________________________________________________________________
7
void
SORNotifier::infoHandler
()
8
{
9
// Info handler
10
11
Int_t run = -1;
12
if
(
getData
())
13
run =
getInt
();
14
AliInfoGeneral(
"SORNotifier::infoHandler()"
, Form(
"ECS SOR notification received for run %d..."
, run));
15
fRun
= run;
16
fTrigger
->
Notify
();
17
}
18
19
//______________________________________________________________________
20
void
SORNotifier::errorHandler
(
int
severity,
int
code,
char
*msg)
21
{
22
// Error handler
23
24
AliInfoGeneral(
"SORNotifier::errorHandler()"
,
25
Form(
"DIM Error: severity<%d>, code<%d> , message<%s>"
,
26
severity, code, msg));
27
}
SORNotifier.h
SORNotifier::fRun
int fRun
Definition:
SORNotifier.h:35
DimUpdatedInfo::getData
Bool_t getData()
Definition:
AliDimIntNotifier.h:24
AliOnlineRecoTrigger::Notify
virtual Bool_t Notify()
Definition:
AliOnlineRecoTrigger.cxx:72
DimUpdatedInfo::getInt
Int_t getInt()
Definition:
AliDimIntNotifier.h:25
SORNotifier::fTrigger
AliOnlineRecoTrigger * fTrigger
Definition:
SORNotifier.h:37
AliOnlineRecoTrigger.h
SORNotifier::errorHandler
void errorHandler(int severity, int code, char *msg)
Definition:
SORNotifier.cxx:20
SORNotifier::infoHandler
void infoHandler()
Definition:
SORNotifier.cxx:7
MONITOR
MONITOR
SORNotifier.cxx
Generated on Wed Jul 1 2015 16:14:06 for AliRoot Core by
1.8.6