The Gaudi Framework  v32r2 (46d42edc)
extractEvt.C File Reference
#include "TBranch.h"
#include "TClass.h"
#include "TFile.h"
#include "TInterpreter.h"
#include "TROOT.h"
#include "TSystem.h"
#include "TTree.h"
#include "TUUID.h"
#include <memory>
#include <stdexcept>
#include <string>
#include <vector>
Include dependency graph for extractEvt.C:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Gaudi::RootRef
 Persistent reference object. More...
 
struct  Gaudi::RootObjectRefs
 Persistent reference object containing all leafs and links corresponding to a Gaudi DataObject. More...
 
class  Gaudi::RootNTupleDescriptor
 Description: More...
 
struct  Gaudi::RootEventExtractor
 

Namespaces

 Gaudi
 Header file for std:chrono::duration-based Counters.
 

Functions

int Gaudi::extractEvt (const char *input, const char *output, long num_evt)
 Function to extract single event and write it to an output file. More...
 
int extract_event (const char *input, const char *output, long num_evt)
 

Function Documentation

◆ extract_event()

int extract_event ( const char *  input,
const char *  output,
long  num_evt 
)

Definition at line 374 of file extractEvt.C.

374  {
375  return extractEvt( input, output, num_evt );
376 }
int extractEvt(const char *input, const char *output, long num_evt)
Function to extract single event and write it to an output file.
Definition: extractEvt.C:366