![]() |
AliRoot Core
d69033e (d69033e)
|
algorithm for TPC RAW QA More...
#include <daqDA.h>
#include "event.h"
#include "monitor.h"
#include <stdio.h>
#include <stdlib.h>
#include <TFile.h>
#include <TROOT.h>
#include <TPluginManager.h>
#include <TSystem.h>
#include <TStopwatch.h>
#include <TObject.h>
#include <TMap.h>
#include "AliRawReader.h"
#include "AliRawReaderDate.h"
#include "AliTPCmapper.h"
#include "AliTPCROC.h"
#include "AliTPCCalROC.h"
#include "AliTPCCalPad.h"
#include "TTreeStream.h"
#include "AliLog.h"
#include "AliTPCConfigDA.h"
#include <AmoreDA.h>
#include "AliTPCdataQA.h"
Go to the source code of this file.
Macros | |
#define | RESULT_FILE "tpcQA.root" |
#define | FILE_ID "QA" |
#define | MAPPING_FILE "tpcMapping.root" |
#define | CONFIG_FILE "TPCQAda.conf" |
Functions | |
void | SendToAmoreDB (TObject *o, unsigned long32 runNb) |
int | main (int argc, char **argv) |
algorithm for TPC RAW QA
TPC DA for online calibration
Contact: Haava, rd.H elstr up@c ern.c hpeter Link: Run Type: PHYSICS STANDALONE DAQ DA Type: MON Number of events needed: 500 Input Files: /castor/cern.ch/alice/raw/global/2009/08/22/11/09000080958023.30.root Output Files: tpcQA.root, to be exported to the DAQ FXS fileId: QA Trigger types used: PHYSICS_EVENT .chr istia nsen @hep. lu.s e
10/06/2007 sylva : first version - clean skeleton based on DAQ DA case1 06/12/2007 in.c hapel and@ cern. chhaava : created CE DA based on pulser code 09/06/2008 rd.h elstr up@c ern.c hpeter and .chr istia nsen @hep. lu.s ehaava : created QA DA based on rd.h elstr up@c ern.c hAliTPCdataQA code
10/09/2009 Jens.: Export object to AMOREdb after a defined update interval for QA 26/01/2010 Wiec hula@ cern .chJens.: Exclude laser triggers when running in a global partition Wiec hula@ cern .ch
This process reads RAW data from the files provided as command line arguments and save results in a file (named from RESULT_FILE define - see below).
Definition in file TPCQAda.cxx.
#define CONFIG_FILE "TPCQAda.conf" |
Definition at line 44 of file TPCQAda.cxx.
Referenced by main().
#define FILE_ID "QA" |
Definition at line 42 of file TPCQAda.cxx.
Referenced by main().
#define MAPPING_FILE "tpcMapping.root" |
Definition at line 43 of file TPCQAda.cxx.
Referenced by main().
#define RESULT_FILE "tpcQA.root" |
Definition at line 41 of file TPCQAda.cxx.
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
Main routine Arguments: list of DATE raw data files
Definition at line 87 of file TPCQAda.cxx.
void SendToAmoreDB | ( | TObject * | o, |
unsigned long32 | runNb | ||
) |
Definition at line 314 of file TPCQAda.cxx.
Referenced by main().