ATLAS Offline Software
Namespaces | Functions
PhysicsAnalysis/JetMissingEtID/JetSelectorTools/JetSelectorTools/Helpers.h File Reference
#include <iostream>
#include <sstream>
#include <string>
#include <vector>
#include "TString.h"
#include "TObjString.h"
#include "TObjArray.h"
#include "TFile.h"
#include "AsgMessaging/MsgStreamMacros.h"
Include dependency graph for PhysicsAnalysis/JetMissingEtID/JetSelectorTools/JetSelectorTools/Helpers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 JCT
 
 JCT::utils
 

Functions

template<typename T >
bool JCT::utils::isTypeObjFromString (const std::string &str)
 
template<typename T >
bool JCT::utils::isTypeObjFromString (const TString &str)
 
template<typename T >
bool JCT::utils::getTypeObjFromString (const std::string &str, T &obj)
 
template<typename T >
JCT::utils::getTypeObjFromString (const std::string &str)
 
template<typename T >
bool JCT::utils::getTypeObjFromString (const TString &str, T &obj)
 
template<typename T >
JCT::utils::getTypeObjFromString (const TString &str)
 
template<>
bool JCT::utils::getTypeObjFromString< std::string > (const std::string &str, std::string &obj)
 
template<>
bool JCT::utils::getTypeObjFromString< TString > (const std::string &str, TString &obj)
 
template<>
bool JCT::utils::getTypeObjFromString< bool > (const std::string &str, bool &obj)
 
template<>
bool JCT::utils::getTypeObjFromString< std::string > (const TString &str, std::string &obj)
 
template<>
bool JCT::utils::getTypeObjFromString< TString > (const TString &str, TString &obj)
 
template<>
bool JCT::utils::getTypeObjFromString< bool > (const TString &str, bool &obj)
 
template<typename T >
bool JCT::utils::vectorize (const TString &str, const TString &sep, std::vector< T > &result)
 
template<typename T >
std::vector< T > JCT::utils::vectorize (const TString &str, const TString &sep)
 
bool JCT::utils::fileExists (const TString &fileName)
 
bool JCT::utils::fileExists (const std::string &fileName)