CbmRoot
Loading...
Searching...
No Matches
PairAnalysisTrackRotator.cxx
Go to the documentation of this file.
1/* Copyright (C) 1998-2009 ALICE Experiment, CERN
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Julian Book [committer] */
4
5
7// //
8// //
9// Authors:
10// * Copyright(c) 1998-2009, ALICE Experiment at CERN, All rights reserved. *
11// Julian Book <Julian.Book@cern.ch>
12/*
13
14 This class keeps the configuration of the TrackRotator, the
15 actual track rotation is done in PairAnalysisPair::RotateTrack
16
17 Angles and charges used in the track rotation are provided.
18
19*/
20// //
22
24
25#include <TMath.h>
26#include <TRandom3.h>
27
29
31 : PairAnalysisTrackRotator("TR", "TR")
32{
33 //
34 // Default Constructor
35 //
36}
37
38//______________________________________________
39PairAnalysisTrackRotator::PairAnalysisTrackRotator(const char* name, const char* title) : TNamed(name, title)
40{
41 //
42 // Named Constructor
43 //
44}
45
46//______________________________________________
48{
49 //
50 // Default Destructor
51 //
52}
ClassImp(PairAnalysisTrackRotator) PairAnalysisTrackRotator