SusyNtuple
 All Classes Functions Variables Typedefs Enumerations Enumerator
Public Member Functions
Susy::EventlistHandler Class Reference

A class to cache a TEventList for SusyNt. More...

#include <EventlistHandler.h>

List of all members.

Public Member Functions

bool cacheDoesExists () const
EventlistHandlersetCacheFilename (const std::string value="./cache/Sample_eventList.root")
EventlistHandlersetListName (const std::string value="EventList")
EventlistHandleraddEvent (Long64_t entry)
EventlistHandlersetVerbose (bool value=true)
TEventList * eventList ()
TEventList * fetchEventList ()
std::string cacheFilename () const

Detailed Description

A class to cache a TEventList for SusyNt.

Usage: set the cache filename. On the first run, the TEventList is created and filled. Then just check cacheDoesExists(), and call TChain::SetEventList(EventlistHandler::fecthEventList())

Caveat:

See test_EventlistHandler.cxx for an example of how this class can be used

davide.gerbaudo@gmail.com, April 2014


The documentation for this class was generated from the following files:
 All Classes Functions Variables Typedefs Enumerations Enumerator