ROOT
6.07/01
Reference Guide
ROOT Home Page
Main Page
Tutorials
User's Classes
Namespaces
All Classes
Files
Release Notes
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
tutorials
proof
EmptyInclude.h
Go to the documentation of this file.
1
/// \file EmptyInclude.h
2
/// \ingroup tutorial_proof
3
///
4
/// Empty file to test TProof::Load in runProof.C and StressProof.cxx in
5
/// conjunction with ProcFileElements and ProofEventProc .
6
///
7
/// \author Gerardo Ganis (gerardo.ganis@cern.ch)
8
9
#ifndef EmptyInclude_h
10
#define EmptyInclude_h
11
12
// Empty file to test TProof::Load in runProof.C and StressProof.cxx in
13
// conjunction with ProcFileElements and ProofEventProc .
14
15
#endif