//  
// Author: Felix Thomas <mailto: FelixThomas@mailbox.tu-dresden.de>
// Update: $Id: AtlSystematicsTool.h,v 1.5 2013/08/14 23:47:18 stamm Exp $
// Copyright: 2010 (C) Felix Thomas 
//

#ifndef ATLAS_AtlSystematicsTool
#define ATLAS_AtlSystematicsTool
#ifndef ATLAS_AnalysisTool
#include <AtlAnalysisTool.h>
#endif
#ifndef ROOT_AtlSelector
#include <AtlSelector.h>
#endif
#include <TRandom3.h>
#include <TFile.h>

class TH1F;
class AtlEvent;
class TTree;
class TString;
class TROOT;
class TFile;

class AtlSystematicsTool : public AtlAnalysisTool {

  public:

    AtlSystematicsTool(const char* name, const char* title);
    virtual ~AtlSystematicsTool();

    virtual void   SetBranchStatus();
    virtual void   BookHistograms();
    virtual void   FillHistograms() {;}
    virtual Bool_t AnalyzeEvent();
    virtual void   Clear();

    ClassDef(AtlSystematicsTool,0) // A++ Tool for calculating Scale-Factors
};
#endif
 AtlSystematicsTool.h:1
 AtlSystematicsTool.h:2
 AtlSystematicsTool.h:3
 AtlSystematicsTool.h:4
 AtlSystematicsTool.h:5
 AtlSystematicsTool.h:6
 AtlSystematicsTool.h:7
 AtlSystematicsTool.h:8
 AtlSystematicsTool.h:9
 AtlSystematicsTool.h:10
 AtlSystematicsTool.h:11
 AtlSystematicsTool.h:12
 AtlSystematicsTool.h:13
 AtlSystematicsTool.h:14
 AtlSystematicsTool.h:15
 AtlSystematicsTool.h:16
 AtlSystematicsTool.h:17
 AtlSystematicsTool.h:18
 AtlSystematicsTool.h:19
 AtlSystematicsTool.h:20
 AtlSystematicsTool.h:21
 AtlSystematicsTool.h:22
 AtlSystematicsTool.h:23
 AtlSystematicsTool.h:24
 AtlSystematicsTool.h:25
 AtlSystematicsTool.h:26
 AtlSystematicsTool.h:27
 AtlSystematicsTool.h:28
 AtlSystematicsTool.h:29
 AtlSystematicsTool.h:30
 AtlSystematicsTool.h:31
 AtlSystematicsTool.h:32
 AtlSystematicsTool.h:33
 AtlSystematicsTool.h:34
 AtlSystematicsTool.h:35
 AtlSystematicsTool.h:36
 AtlSystematicsTool.h:37
 AtlSystematicsTool.h:38
 AtlSystematicsTool.h:39
 AtlSystematicsTool.h:40