Project
Loading...
Searching...
No Matches
AlignRecordSpec.cxx File Reference
#include <filesystem>
#include <sstream>
#include "MCHAlign/AlignRecordSpec.h"
#include "DataFormatsMCH/TrackMCH.h"
#include "DataFormatsMCH/Cluster.h"
#include "DataFormatsParameters/GRPECSObject.h"
#include "MathUtils/Utils.h"
#include "CCDB/BasicCCDBManager.h"
#include "DataFormatsParameters/GRPObject.h"
#include "DataFormatsParameters/GRPMagField.h"
#include "DetectorsBase/GeometryManager.h"
#include "DetectorsBase/GRPGeomHelper.h"
#include "DetectorsBase/Propagator.h"
#include "Framework/AnalysisDataModel.h"
#include "Framework/ConfigParamRegistry.h"
#include "Framework/DataProcessorSpec.h"
#include "Framework/DataTypes.h"
#include "Framework/TableBuilder.h"
#include "Framework/CCDBParamSpec.h"
#include "Framework/CallbackService.h"
#include "Framework/Task.h"
#include "FT0Base/Geometry.h"
#include "GlobalTracking/MatchTOF.h"
#include "ReconstructionDataFormats/Cascade.h"
#include "GlobalTracking/MatchGlobalFwd.h"
#include "MCHTracking/TrackExtrap.h"
#include "MCHTracking/TrackFitter.h"
#include "MCHTracking/TrackParam.h"
#include "MCHAlign/Aligner.h"
#include "MCHBase/TrackerParam.h"
#include "ForwardAlign/MillePedeRecord.h"
#include "DetectorsCommonDataFormats/AlignParam.h"
#include "DetectorsCommonDataFormats/DetID.h"
#include "DetectorsCommonDataFormats/DetectorNameConf.h"
#include "MCHGeometryTransformer/Transformations.h"
#include "ReconstructionDataFormats/GlobalFwdTrack.h"
#include "ReconstructionDataFormats/GlobalTrackID.h"
#include "ReconstructionDataFormats/PrimaryVertex.h"
#include "ReconstructionDataFormats/StrangeTrack.h"
#include "ReconstructionDataFormats/Track.h"
#include "ReconstructionDataFormats/TrackTPCITS.h"
#include "ReconstructionDataFormats/TrackMCHMID.h"
#include <TTree.h>
#include <TChain.h>

Go to the source code of this file.

Classes

class  o2::mch::AlignRecordTask
 

Namespaces

namespace  o2
 a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects
 
namespace  o2::mch
 

Typedefs

using o2::mch::DataRequest = o2::globaltracking::DataRequest
 
using o2::mch::GID = o2::dataformats::GlobalTrackID
 

Functions

o2::framework::DataProcessorSpec o2::mch::getAlignRecordSpec (bool useMC, bool disableCCDB=false)
 

Variables

const int fgNCh = 10
 
const int fgNDetElemCh [fgNCh] = {4, 4, 4, 4, 18, 18, 26, 26, 26, 26}
 
const int fgSNDetElemCh [fgNCh+1] = {0, 4, 8, 12, 16, 34, 52, 78, 104, 130, 156}
 

Variable Documentation

◆ fgNCh

const int fgNCh = 10

Definition at line 59 of file AlignRecordSpec.cxx.

◆ fgNDetElemCh

const int fgNDetElemCh[fgNCh] = {4, 4, 4, 4, 18, 18, 26, 26, 26, 26}

Definition at line 60 of file AlignRecordSpec.cxx.

◆ fgSNDetElemCh

const int fgSNDetElemCh[fgNCh+1] = {0, 4, 8, 12, 16, 34, 52, 78, 104, 130, 156}

Definition at line 61 of file AlignRecordSpec.cxx.