![]() |
AliPhysics
b5b0183 (b5b0183)
|
#include <string>
#include <sstream>
#include <vector>
#include <algorithm>
#include <memory>
#include <fstream>
#include <iostream>
#include <bitset>
#include <TFile.h>
#include <TMath.h>
#include <TRandom.h>
#include <TChain.h>
#include <TGrid.h>
#include <TGridResult.h>
#include <TSystem.h>
#include <TUUID.h>
#include <TKey.h>
#include <TProfile.h>
#include <TH1F.h>
#include <TRandom3.h>
#include <TList.h>
#include <AliLog.h>
#include <AliAnalysisManager.h>
#include <AliVEvent.h>
#include <AliAODEvent.h>
#include <AliESDEvent.h>
#include <AliMCEvent.h>
#include <AliInputEventHandler.h>
#include <AliVHeader.h>
#include <AliAODMCHeader.h>
#include <AliGenPythiaEventHeader.h>
#include "AliYAMLConfiguration.h"
#include "AliEmcalList.h"
#include "AliEmcalContainerUtils.h"
#include "AliAnalysisTaskEmcalEmbeddingHelper.h"
Go to the source code of this file.
Functions | |
void | ConnectToAliEn () |
bool | IsFileAccessible (std::string filename) |
std::ostream & | operator<< (std::ostream &in, const AliAnalysisTaskEmcalEmbeddingHelper &myTask) |
void ConnectToAliEn | ( | ) |
Helper function to connect to AliEn (so the code doesn't need to be duplicated).
Definition at line 63 of file AliAnalysisTaskEmcalEmbeddingHelper.cxx.
Referenced by IsFileAccessible().
bool IsFileAccessible | ( | std::string | filename | ) |
Helper function to check if a given filename is accessible.
[in] | filename | Filename to be checked |
Definition at line 80 of file AliAnalysisTaskEmcalEmbeddingHelper.cxx.
std::ostream& operator<< | ( | std::ostream & | in, |
const AliAnalysisTaskEmcalEmbeddingHelper & | myTask | ||
) |
Implementation of the output stream operator for AliAnalysisTaskEmcalEmbeddingHelper. Printing basic embedding helper information provided by function toString()
in | output stream |
myTask | Task which will be printed |
Definition at line 1839 of file AliAnalysisTaskEmcalEmbeddingHelper.cxx.