src
Alignment
LaserAlignment
interface
LASEndcapAlgorithm.h
Go to the documentation of this file.
1
2
#ifndef __LASENDCAPALGORITHM_H
3
#define __LASENDCAPALGORITHM_H
4
5
#include <iostream>
6
#include <iomanip>
7
#include <vector>
8
#include <cmath>
9
10
#include <TMinuit.h>
11
12
#include "
Alignment/LaserAlignment/interface/LASEndcapAlignmentParameterSet.h
"
13
#include "
Alignment/LaserAlignment/interface/LASCoordinateSet.h
"
14
#include "
Alignment/LaserAlignment/interface/LASGlobalData.h
"
15
#include "
Alignment/LaserAlignment/interface/LASGlobalLoop.h
"
16
25
class
LASEndcapAlgorithm
{
26
public
:
27
LASEndcapAlgorithm
();
28
LASEndcapAlignmentParameterSet
CalculateParameters
(
LASGlobalData<LASCoordinateSet>
&,
29
LASGlobalData<LASCoordinateSet>
&);
30
double
GetAlignmentParameterCorrection
(
31
int
,
int
,
int
,
int
,
LASGlobalData<LASCoordinateSet>
&,
LASEndcapAlignmentParameterSet
&);
32
};
33
34
#endif
LASEndcapAlgorithm::LASEndcapAlgorithm
LASEndcapAlgorithm()
Definition:
LASEndcapAlgorithm.cc:7
LASGlobalData< LASCoordinateSet >
LASEndcapAlgorithm
Definition:
LASEndcapAlgorithm.h:25
LASCoordinateSet.h
LASEndcapAlgorithm::CalculateParameters
LASEndcapAlignmentParameterSet CalculateParameters(LASGlobalData< LASCoordinateSet > &, LASGlobalData< LASCoordinateSet > &)
Definition:
LASEndcapAlgorithm.cc:15
LASEndcapAlignmentParameterSet
Definition:
LASEndcapAlignmentParameterSet.h:25
LASGlobalData.h
LASEndcapAlignmentParameterSet.h
LASEndcapAlgorithm::GetAlignmentParameterCorrection
double GetAlignmentParameterCorrection(int, int, int, int, LASGlobalData< LASCoordinateSet > &, LASEndcapAlignmentParameterSet &)
Definition:
LASEndcapAlgorithm.cc:312
LASGlobalLoop.h
Generated for CMSSW Reference Manual by
1.8.14