//___________________________________________________________
//
// A++ Systematics Tool
//
//
//
//
// Author: Soeren Stamm <mailto:Soeren.Stamm@physik.hu-berlin.de> 
// Copyright: 2013 (C) Soeren Stamm
//
//
//
#ifndef ATLAS_AtlSystematicsTool
#include <AtlSystematicsTool.h>
#endif
#include <AtlEvent.h>

#ifndef __CINT__
ClassImp(AtlSystematicsTool);
#endif


//___________________________________________________________

AtlSystematicsTool::AtlSystematicsTool(const char* name, const char* title) : 
AtlAnalysisTool(name, title) {
    //
    // Default constructor
    //
}

//___________________________________________________________

AtlSystematicsTool::~AtlSystematicsTool(){
    //
    // default destructor
    //
}

//___________________________________________________________

void AtlSystematicsTool::SetBranchStatus() {
    //
    // Switch on needed branches
    //
}

//___________________________________________________________

void AtlSystematicsTool::Clear(){
    //
    //  clear the dynamically allocated objects 
    //
}

//___________________________________________________________

void AtlSystematicsTool::BookHistograms(){
    //
    // Book histograms
    //
}

//___________________________________________________________

Bool_t AtlSystematicsTool::AnalyzeEvent() {
    //
    // Event analysis         
    //
    return kTRUE;
}
 AtlSystematicsTool.cxx:1
 AtlSystematicsTool.cxx:2
 AtlSystematicsTool.cxx:3
 AtlSystematicsTool.cxx:4
 AtlSystematicsTool.cxx:5
 AtlSystematicsTool.cxx:6
 AtlSystematicsTool.cxx:7
 AtlSystematicsTool.cxx:8
 AtlSystematicsTool.cxx:9
 AtlSystematicsTool.cxx:10
 AtlSystematicsTool.cxx:11
 AtlSystematicsTool.cxx:12
 AtlSystematicsTool.cxx:13
 AtlSystematicsTool.cxx:14
 AtlSystematicsTool.cxx:15
 AtlSystematicsTool.cxx:16
 AtlSystematicsTool.cxx:17
 AtlSystematicsTool.cxx:18
 AtlSystematicsTool.cxx:19
 AtlSystematicsTool.cxx:20
 AtlSystematicsTool.cxx:21
 AtlSystematicsTool.cxx:22
 AtlSystematicsTool.cxx:23
 AtlSystematicsTool.cxx:24
 AtlSystematicsTool.cxx:25
 AtlSystematicsTool.cxx:26
 AtlSystematicsTool.cxx:27
 AtlSystematicsTool.cxx:28
 AtlSystematicsTool.cxx:29
 AtlSystematicsTool.cxx:30
 AtlSystematicsTool.cxx:31
 AtlSystematicsTool.cxx:32
 AtlSystematicsTool.cxx:33
 AtlSystematicsTool.cxx:34
 AtlSystematicsTool.cxx:35
 AtlSystematicsTool.cxx:36
 AtlSystematicsTool.cxx:37
 AtlSystematicsTool.cxx:38
 AtlSystematicsTool.cxx:39
 AtlSystematicsTool.cxx:40
 AtlSystematicsTool.cxx:41
 AtlSystematicsTool.cxx:42
 AtlSystematicsTool.cxx:43
 AtlSystematicsTool.cxx:44
 AtlSystematicsTool.cxx:45
 AtlSystematicsTool.cxx:46
 AtlSystematicsTool.cxx:47
 AtlSystematicsTool.cxx:48
 AtlSystematicsTool.cxx:49
 AtlSystematicsTool.cxx:50
 AtlSystematicsTool.cxx:51
 AtlSystematicsTool.cxx:52
 AtlSystematicsTool.cxx:53
 AtlSystematicsTool.cxx:54
 AtlSystematicsTool.cxx:55
 AtlSystematicsTool.cxx:56
 AtlSystematicsTool.cxx:57
 AtlSystematicsTool.cxx:58
 AtlSystematicsTool.cxx:59
 AtlSystematicsTool.cxx:60
 AtlSystematicsTool.cxx:61
 AtlSystematicsTool.cxx:62
 AtlSystematicsTool.cxx:63
 AtlSystematicsTool.cxx:64
 AtlSystematicsTool.cxx:65
 AtlSystematicsTool.cxx:66
 AtlSystematicsTool.cxx:67
 AtlSystematicsTool.cxx:68
 AtlSystematicsTool.cxx:69
 AtlSystematicsTool.cxx:70
 AtlSystematicsTool.cxx:71