Why root2ps? |
Well, because its useful.
|
What root2ps can do |
root2ps can convert TCanvas, TH1, TH2 to Postscript. Indeed it prints all TCanvas, TH1 and TH2 objects from the root files base directory into the output postscript file. Each on one page.
|
Usage |
root2ps file.root file.ps
|
Installing root2ps |
- To compile root2ps source, you'll need to have a working installation of ROOT.
- If your system has the GNU autotools (autoconf, automake, libtool) installed, then use those three files :
and type :
./autogen.sh --prefix=where_to_install
make install
- If not, well, you are on your own...
|
Alternative installing method |
Copy root2ps.cxx into $ROOTSYS/main/src (to the other utility sources like hadd.cxx). Modify $ROOTSYS/main/Modules.mk, copying everything related to f.i. HADD to ROOT2PS. In $ROOTSYS, type make ; make install. Now you have root2ps installed within the other ROOT utilities.
|
Download |
root2ps.tgz
|
Disclaimer |
The author make no claims about the
suitability of this software for any purpose.
It is provided "as is" without express or implied warranty.
|
|
|