AliRoot Core  d69033e (d69033e)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TPCCEda.cxx File Reference

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"
Include dependency graph for TPCCEda.cxx:

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)
 

Detailed Description

calibration algorithm for TPC Central Electrode events

TPC DA for online calibration

Contact: Haava.nosp@m.rd.H.nosp@m.elstr.nosp@m.up@c.nosp@m.ern.c.nosp@m.h 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

10/06/2007 sylva.nosp@m.in.c.nosp@m.hapel.nosp@m.and@.nosp@m.cern..nosp@m.ch : first version - clean skeleton based on DAQ DA case1 06/12/2007 haava.nosp@m.rd.h.nosp@m.elstr.nosp@m.up@c.nosp@m.ern.c.nosp@m.h : created CE DA based on pulser code 19/09/2008 J.Wie.nosp@m.chul.nosp@m.a@gsi.nosp@m..de: Added support for configuration files.

Author
maria.nosp@m.n.iv.nosp@m.anov@.nosp@m.cern.nosp@m..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 TPCCEda.cxx.

Macro Definition Documentation

#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().

Function Documentation

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().