DAS
3.0
Das Analysis System
|
#include <cassert>
#include <vector>
#include <TDirectory.h>
#include <TKey.h>
#include <TString.h>
#include "Math/VectorUtil.h"
#include "Core/Objects/interface/PhysicsObject.h"
#include <boost/exception/all.hpp>
Go to the source code of this file.
Namespaces | |
DAS | |
Functions | |
bool | pt_sort (const PhysicsObject &j1, const PhysicsObject &j2) |
template<typename TTreePtr > | |
bool | branchExists (const TTreePtr &tree, TString brName) |
template<typename T > | |
std::vector< T * > | GetObjects (TDirectory *dir) |
TDirectory * | GetDirectory (TDirectory *dir, const std::vector< const char * > &names) |