Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
srcs
sbncode
sbncode
OpT0Finder
flashmatch
Base
bin
Base/bin/example.cc
Go to the documentation of this file.
1
//
2
// Example C++ routine to run instantiate your sample class
3
//
4
5
#include "Base/sample.h"
6
#include <iostream>
7
8
int
main
(
int
argc,
char
** argv){
9
10
sample my_clss_object;
11
12
std::cout
<<
"Hello World with My Object!"
<< std::endl;
13
14
return
0;
15
}
main
int main(int argc, char **argv)
Definition:
DetectorActivityRatePlots.cpp:996
cout
BEGIN_PROLOG could also be cout
Definition:
messageservice.fcl:10
Generated by
1.8.5