![]() |
AliRoot Core
d69033e (d69033e)
|
calibration algorithm for TPC Central Electrode events More...
#include <daqDA.h>
#include "event.h"
#include "monitor.h"
#include <stdio.h>
#include <stdlib.h>
#include <vector>
#include <TFile.h>
#include "TROOT.h"
#include "TPluginManager.h"
#include "TSystem.h"
#include "TString.h"
#include "TObjString.h"
#include "TDatime.h"
#include "TStopwatch.h"
#include "TMap.h"
#include "TGraph.h"
#include "TMath.h"
#include "AliRawReader.h"
#include "AliRawReaderDate.h"
#include "AliTPCmapper.h"
#include "AliTPCROC.h"
#include "AliTPCCalROC.h"
#include "AliTPCCalPad.h"
#include "AliMathBase.h"
#include "TTreeStream.h"
#include "AliLog.h"
#include "AliTPCConfigDA.h"
#include <AmoreDA.h>
#include "AliTPCCalibCE.h"
Go to the source code of this file.
Macros | |
#define | RESULT_FILE "tpcCE.root" |
#define | FILE_ID "CE" |
#define | MAPPING_FILE "tpcMapping.root" |
#define | CONFIG_FILE "TPCCEda.conf" |
Functions | |
void | SendToAmoreDB (AliTPCCalibCE *calibCE, unsigned long32 runNb) |
int | main (int argc, char **argv) |
calibration algorithm for TPC Central Electrode events
TPC DA for online calibration
Contact: Haava Link: Run Type: PHYSICS STANDALONE DAQ DA Type: MON Number of events needed: 500 Input Files: Output Files: tpcCE.root, to be exported to the DAQ FXS fileId: CE Trigger types used: PHYSICS_EVENT rd.H elstr up@c ern.c h
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 19/09/2008 rd.h elstr up@c ern.c hJ.Wie: Added support for configuration files. chul a@gsi .de
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 TPCCEda.cxx.
#define CONFIG_FILE "TPCCEda.conf" |
Definition at line 41 of file TPCCEda.cxx.
Referenced by main().
#define FILE_ID "CE" |
Definition at line 39 of file TPCCEda.cxx.
Referenced by main(), and SendToAmoreDB().
#define MAPPING_FILE "tpcMapping.root" |
Definition at line 40 of file TPCCEda.cxx.
Referenced by main().
#define RESULT_FILE "tpcCE.root" |
Definition at line 38 of file TPCCEda.cxx.
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
Main routine Arguments: list of DATE raw data files
Definition at line 91 of file TPCCEda.cxx.
void SendToAmoreDB | ( | AliTPCCalibCE * | calibCE, |
unsigned long32 | runNb | ||
) |
Definition at line 347 of file TPCCEda.cxx.
Referenced by main().