ra4_draw  4bd0201e3d922d42bd545d4b045ed44db33454a4
Namespaces | Functions | Variables
scatter.cxx File Reference
#include "ra4/scatter.hpp"
#include <cstdlib>
#include <iostream>
#include <string>
#include <vector>
#include <memory>
#include <unistd.h>
#include <getopt.h>
#include "TError.h"
#include "TColor.h"
#include "core/baby.hpp"
#include "core/process.hpp"
#include "core/named_func.hpp"
#include "core/plot_maker.hpp"
#include "core/plot_opt.hpp"
#include "core/palette.hpp"
#include "core/hist2d.hpp"
#include "core/utilities.hpp"

Go to the source code of this file.

Namespaces

 anonymous_namespace{scatter.cxx}
 

Functions

int main (int argc, char *argv[])
 
void GetOptions (int argc, char *argv[])
 

Variables

bool anonymous_namespace{scatter.cxx}::single_thread = false
 

Function Documentation

void GetOptions ( int  argc,
char *  argv[] 
)

Definition at line 109 of file scatter.cxx.

References anonymous_namespace{scatter.cxx}::single_thread.

Referenced by main().

int main ( int  argc,
char *  argv[] 
)