Fork me on GitHub

Changeset 21f3c04 in git


Ignore:
Timestamp:
Sep 5, 2014, 11:18:15 AM (10 years ago)
Author:
Pavel Demin <demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
2e367af
Parents:
deecda3
Message:

replace \(\"...\"\) with '("...")' in ROOT command line examples

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • README

    rdeecda3 r21f3c04  
    137137or
    138138
    139    root -l examples/Example1.C\(\"delphes_output.root\"\)
     139   root -l examples/Example1.C'("delphes_output.root")'
  • README.md

    rdeecda3 r21f3c04  
    160160
    161161```
    162 root -l examples/Example1.C\(\"delphes_output.root\"\)
     162root -l examples/Example1.C'("delphes_output.root")'
    163163```
  • examples/EventDisplay.C

    rdeecda3 r21f3c04  
    11/*
    2 root -l examples/EventDisplay.C\(\"examples/delphes_card_CMS.tcl\",\"delphes_output.root\"\)
     2root -l examples/EventDisplay.C'("examples/delphes_card_CMS.tcl","delphes_output.root")'
    33ShowEvent(1);
    44ShowEvent(2);
  • examples/Example1.C

    rdeecda3 r21f3c04  
    11/*
    2 root -l examples/Example1.C\(\"delphes_output.root\"\)
     2root -l examples/Example1.C'("delphes_output.root")'
    33*/
    44
  • examples/Example2.C

    rdeecda3 r21f3c04  
    11/*
    2 root -l examples/Example2.C\(\"delphes_output.root\"\)
     2root -l examples/Example2.C'("delphes_output.root")'
    33*/
    44
  • examples/Example3.C

    rdeecda3 r21f3c04  
    11/*
    2 root -l examples/Example3.C\(\"delphes_output.root\"\)
     2root -l examples/Example3.C'("delphes_output.root")'
    33*/
    44
  • examples/MemoryUsage.C

    rdeecda3 r21f3c04  
    11/*
    2 root -l examples/MemoryUsage.C\(\"ps_output.txt\"\)
     2root -l examples/MemoryUsage.C'("ps_output.txt")'
    33*/
    44
  • examples/ProcessingTime.C

    rdeecda3 r21f3c04  
    11/*
    2 root -l examples/ProcessingTime.C\(\"delphes_output.root\"\)
     2root -l examples/ProcessingTime.C'("delphes_output.root")'
    33*/
    44
Note: See TracChangeset for help on using the changeset viewer.