AliRoot Core  ee782a0 (ee782a0)
AliEMCALSetAlignment.C File Reference

Set the energy calibration parameters in OCDB. More...

#include <TControlBar.h>
#include <TString.h>
#include <TRandom.h>
#include <TStyle.h>
#include <TH2.h>
#include <TF1.h>
#include <TCanvas.h>
#include "AliRun.h"
#include "AliAlignObjParams.h"
#include "AliCDBMetaData.h"
#include "AliCDBId.h"
#include "AliCDBEntry.h"
#include "AliCDBManager.h"
#include "AliCDBStorage.h"
Include dependency graph for AliEMCALSetAlignment.C:

Go to the source code of this file.

Functions

void AliEMCALSetAlignment ()
 
void Help ()
 
void IdealAlignment ()
 
void ResidualAlignment ()
 
void FullMisalignment ()
 Create alignment objects for EMCAL with fully misaligned geometry. More...
 

Detailed Description

Set the energy calibration parameters in OCDB.

Script to create alignment parameters and store them into CDB Three sets of alignment parameters can be created: 1) Ideal geometry 2) Geometry with disalignments and disorientations 3) Geometry small disalignments and disorientations

Execute like this: .x $ALICE_ROOT/EMCAL/macros/AlignmentDB/AliEMCALSetAlignment.C

Author
Gustavo Conesa Balbastre Gusta.nosp@m.vo.C.nosp@m.onesa.nosp@m..Bal.nosp@m.bastr.nosp@m.e@ce.nosp@m.rn.ch, (LPSC-CNRS)

Definition in file AliEMCALSetAlignment.C.

Function Documentation

void AliEMCALSetAlignment ( )

Main method When execution, menu appears

Definition at line 41 of file AliEMCALSetAlignment.C.

void FullMisalignment ( )

Create alignment objects for EMCAL with fully misaligned geometry.

Definition at line 228 of file AliEMCALSetAlignment.C.

void Help ( )

Definition at line 58 of file AliEMCALSetAlignment.C.

void IdealAlignment ( )

Create alignment objects for EMCAL with ideally aligned geometry, i.e. with zero displacements and zero disorientations

Definition at line 72 of file AliEMCALSetAlignment.C.

void ResidualAlignment ( )

Create alignment objects for EMCAL with residual alignment, i.e. with infinitesimal displacement and disorientation

Definition at line 142 of file AliEMCALSetAlignment.C.