ATLAS Offline Software
Loading...
Searching...
No Matches
FPTracker/FPTracker/CollimatorData.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef FPTRACKER_COLLIMATORDATA_H
6#define FPTRACKER_COLLIMATORDATA_H
7
8#include <vector>
9#include <ostream>
10
11namespace FPTracker{
12 class ConfigData;
14 public:
15 static const int ncoll = 2;
16 std::vector< std::vector<double> > coll_z;
17 std::vector< std::vector<double> > coll_xap;
18 std::vector< std::vector<int> > coll_nmag;
20 std::string toString() const;
21 };
22 std::ostream& operator<<(std::ostream&, const CollimatorData&);
23}
24#endif
std::vector< std::vector< int > > coll_nmag
std::vector< std::vector< double > > coll_z
std::vector< std::vector< double > > coll_xap
std::ostream & operator<<(std::ostream &os, const Beamline &bl)