susy_cfa
b611ccad937ea179f86a1f5663960264616c0a20
|
#include <ctime>
#include <vector>
#include <iostream>
#include <fstream>
#include <string>
#include <unistd.h>
#include "TString.h"
#include "TChain.h"
#include "utilities.hpp"
#include "event_handler.hpp"
#include "small_tree.hpp"
Go to the source code of this file.
Functions | |
void | ParseDatasets (TString inFilename, int nfiles, int nbatch, vector< TString > &yes_trig, vector< TString > &no_trig, vector< TString > &files, TString &outname) |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 24 of file make_tree.cxx.
References event_handler::AddFiles(), Contains(), dirlist(), event_handler::ehb, data_combine::files, phys_objects::no_trig, data_combine::outfolder, ParseDatasets(), event_handler::ReduceTree(), event_handler::TotalEntries(), and phys_objects::yes_trig.
void ParseDatasets | ( | TString | inFilename, |
int | nfiles, | ||
int | nbatch, | ||
vector< TString > & | yes_trig, | ||
vector< TString > & | no_trig, | ||
vector< TString > & | files, | ||
TString & | outname | ||
) |
Definition at line 176 of file make_tree.cxx.
References dirlist(), and data_combine::filename.
Referenced by main().