AliRoot Core  ee782a0 (ee782a0)
MakeMUONRecoParamArray.C File Reference

Macro to set reconstruction parameters and put them in the OCDB. More...

#include "AliMUONRecoParam.h"
#include "AliCDBManager.h"
#include "AliMUONCDB.h"
#include <Riostream.h>
Include dependency graph for MakeMUONRecoParamArray.C:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void MakeMUONRecoParamArray (Int_t startRun=0, Int_t endRun=AliCDBRunRange::Infinity(), const char *settings="ppIdeal")
 

Detailed Description

Macro to set reconstruction parameters and put them in the OCDB.

Author
Philippe Pillot, SUBATECH

Definition in file MakeMUONRecoParamArray.C.

Function Documentation

void MakeMUONRecoParamArray ( Int_t  startRun = 0,
Int_t  endRun = AliCDBRunRange::Infinity(),
const char *  settings = "ppIdeal" 
)

set the reconstruction parameters and store them in the OCDB ($ALICE_ROOT/OCDB/MUON/Calib/RecoParam/).

  • make a CDB entry for the run range [startRun, endRun]

for the possible values of settings, please see AliMUONRecoParam::Create

Definition at line 36 of file MakeMUONRecoParamArray.C.

Referenced by MakeMUONCDBObjects().