ATLAS Offline Software
Typedefs
LArCellsEmptyMonitoring.cxx File Reference
#include "LArSamplesMon/LArCellsEmptyMonitoring.h"
#include "LArSamplesMon/Data.h"
#include "LArSamplesMon/Interface.h"
#include "LArSamplesMon/HistoryIterator.h"
#include "LArSamplesMon/History.h"
#include "LArCafJobs/CellInfo.h"
#include "LArCafJobs/ShapeInfo.h"
#include "LArCafJobs/EventData.h"
#include "LArCafJobs/CaloId.h"
#include "TObject.h"
#include "TObjString.h"
#include "TString.h"
#include "TH1F.h"
#include "TH2F.h"
#include "TH2I.h"
#include "TH3F.h"
#include "TProfile.h"
#include "TProfile2D.h"
#include "TGraph.h"
#include "TDirectory.h"
#include "TFile.h"
#include "TTree.h"
#include "TCanvas.h"
#include "TAxis.h"
#include "TKey.h"
#include <array>
#include <map>
#include <cstdio>
#include <iostream>

Go to the source code of this file.

Typedefs

template<class T >
using THVec = std::vector< std::unique_ptr< T > >
 
template<class T , std::size_t n>
using THArray = std::array< std::unique_ptr< T >, n >
 
using TH1Fp = std::unique_ptr< TH1F >
 
using TH2Fp = std::unique_ptr< TH2F >
 
using TProfilep = std::unique_ptr< TProfile >
 

Typedef Documentation

◆ TH1Fp

using TH1Fp = std::unique_ptr<TH1F>

Definition at line 58 of file LArCellsEmptyMonitoring.cxx.

◆ TH2Fp

using TH2Fp = std::unique_ptr<TH2F>

Definition at line 59 of file LArCellsEmptyMonitoring.cxx.

◆ THArray

template<class T , std::size_t n>
using THArray = std::array<std::unique_ptr<T>, n >

Definition at line 56 of file LArCellsEmptyMonitoring.cxx.

◆ THVec

template<class T >
using THVec = std::vector<std::unique_ptr<T> >

Definition at line 53 of file LArCellsEmptyMonitoring.cxx.

◆ TProfilep

using TProfilep = std::unique_ptr<TProfile>

Definition at line 60 of file LArCellsEmptyMonitoring.cxx.